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:39Charles CabergsCharles CabergsScore: 37,566Success
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:4037,0551,240,838,4161,214,845,0007,998,0002,478,080
2Apr 24, 2026 17:4037,2501,249,411,5171,216,263,00012,992,0002,482,176
3Apr 24, 2026 17:4037,3011,251,336,0891,222,960,0007,999,0002,486,272
4Apr 24, 2026 17:4037,3461,253,809,6361,222,424,0009,995,0002,482,176
5Apr 24, 2026 17:4037,5661,259,284,6021,230,691,0008,997,0002,322,432
6Apr 24, 2026 17:4037,6351,259,738,9311,232,968,0008,999,0002,318,336
7Apr 24, 2026 17:4037,6371,265,239,8871,230,056,00011,990,0002,318,336
8Apr 24, 2026 17:4037,7761,266,846,2731,236,635,0009,997,0002,322,432
9Apr 24, 2026 17:4037,8551,266,210,6931,236,255,00012,992,0002,318,336