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, 2026 03:13Mehdi-Dehghan-FooladiMehdi-Dehghan-FooladiScore: 14,681Success
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, 2026 03:1414,541494,911,708459,865,00019,994,0002,379,776
2Apr 29, 2026 03:1414,555499,646,976461,362,00018,973,0002,379,776
3Apr 29, 2026 03:1414,558506,226,002460,462,00019,976,0002,387,968
4Apr 29, 2026 03:1414,585500,515,070462,318,00019,013,0002,396,160
5Apr 29, 2026 03:1414,681501,349,959463,500,00020,977,0002,375,680
6Apr 29, 2026 03:1414,695508,292,251466,943,00017,997,0002,387,968
7Apr 29, 2026 03:1414,786515,523,134469,946,00017,997,0002,371,584
8Apr 29, 2026 03:1414,799506,700,073471,362,00017,013,0002,392,064
9Apr 29, 2026 03:1414,831509,348,011471,453,00017,979,0002,387,968