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 23, 2026 19:28olliecrowolliecrowScore: 62,593Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 23, 2026 19:3062,1102,068,878,7661,983,670,00065,989,0002,367,488
2Apr 23, 2026 19:3062,3302,075,782,9061,992,934,00063,965,0002,371,584
3Apr 23, 2026 19:3062,3562,079,757,9771,992,801,00064,960,0002,387,968
4Apr 23, 2026 19:3062,4222,081,670,2981,994,965,00064,966,0002,383,872
5Apr 23, 2026 19:3062,5932,087,663,2972,006,595,00058,988,0002,375,680
6Apr 23, 2026 19:3062,8342,089,539,2482,006,577,00066,952,0002,383,872
7Apr 23, 2026 19:3062,9202,090,897,4232,018,399,00057,982,0002,424,832
8Apr 23, 2026 19:3064,6522,154,648,4962,077,560,00055,961,0002,387,968
9Apr 23, 2026 19:3066,3342,209,226,9532,131,079,00057,974,0002,383,872