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 24, 2026 17:44olliecrowolliecrowScore: 18,192Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 24, 2026 17:4518,072616,091,746590,395,0005,993,0002,310,144
2Apr 24, 2026 17:4518,105617,611,882591,478,0005,994,0002,490,368
3Apr 24, 2026 17:4518,122613,033,398593,041,0005,000,0002,334,720
4Apr 24, 2026 17:4518,146617,019,840593,847,0004,998,0002,338,816
5Apr 24, 2026 17:4518,192615,858,524594,373,0005,993,0002,338,816
6Apr 24, 2026 17:4518,221616,974,222595,332,0005,993,0002,338,816
7Apr 24, 2026 17:4518,252617,552,003597,314,0005,002,0002,347,008
8Apr 24, 2026 17:4518,253623,661,761596,381,0005,993,0002,351,104
9Apr 24, 2026 17:4518,282619,501,089598,323,0005,002,0002,347,008