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 18, 2026 02:38olliecrowolliecrowScore: 11,014Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 15, 2026 01:0810,908389,150,602300,971,00058,994,0002,334,720
2Apr 1, 2026 21:5610,954393,589,557315,421,00046,061,0002,437,120
3Apr 1, 2026 21:5610,960391,017,766314,714,00046,957,0002,457,600
4Apr 15, 2026 01:0810,997391,830,148316,928,00045,989,0002,441,216
5Apr 1, 2026 21:5611,014394,735,973323,410,00040,050,0002,449,408
6Apr 15, 2026 01:0811,081395,464,498320,712,00044,959,0002,441,216
7Apr 18, 2026 02:3811,382409,952,330364,619,00010,988,0002,469,888
8Apr 18, 2026 02:3811,418410,187,558367,799,0008,995,0002,490,368
9Apr 18, 2026 02:3811,442403,512,103367,601,0009,989,0002,318,336