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 listSep 9, 2021 16:59Andrey TsvetkovAndrey TsvetkovScore: 92,341Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Sep 9, 2021 16:5391,7053,080,400,1033,026,255,77002,191,360
2Sep 9, 2021 16:5391,7463,091,876,6773,027,610,84402,199,552
3Sep 9, 2021 16:5992,0683,110,618,0663,038,232,42102,187,264
4Sep 9, 2021 16:5392,3413,127,760,4183,047,264,43402,187,264
5Sep 9, 2021 16:5993,1463,131,654,0573,073,831,02302,199,552
6Sep 9, 2021 16:5993,3743,272,425,3653,081,334,29502,187,264