Unique strings Sergey Svistunov

Count the exact number of unique tokens as fast as possible.

Input

One token per line on STDIN:

JWXcKKaWzvFL5
Rof
3ztCpA
5wHcGN
*UiEMthaTS*g

Output

Print the exact count of unique tokens to STDOUT.

Constraints

  • Character set: 0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ@#%*
  • Maximum token length: 16
  • Approximately 1,000,000 unique tokens
Back to listApr 29, 2024 02:55Yuriy LyfenkoYuriy LyfenkoScore: 15,974Success
Source Code

Source code access is restricted. Log in to request access.

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 29, 2024 02:5515,720593,759,745518,767,24502,306,048
2Apr 29, 2024 02:5515,738578,703,504519,350,93602,318,336
3Apr 29, 2024 02:5515,876591,038,921523,918,35402,318,336
4Apr 29, 2024 02:5515,897551,918,920460,638,00063,949,0002,260,992
5Apr 29, 2024 02:5515,932547,387,037470,785,00054,974,0002,514,944
6Apr 29, 2024 02:5515,954548,834,081468,554,00057,944,0002,506,752
7Apr 29, 2024 02:5515,974550,981,382468,250,00058,905,0002,367,488
8Apr 29, 2024 02:5515,979559,191,544464,262,00063,035,0002,367,488
9Apr 29, 2024 02:5516,010556,197,618473,410,00054,931,0002,383,872
10Apr 29, 2024 02:5516,017553,277,189459,618,00068,942,0002,314,240
11Apr 29, 2024 02:5516,071557,984,398468,434,00061,925,0002,510,848
12Apr 29, 2024 02:5516,077556,889,197481,587,00048,958,0002,260,992