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 22, 2026 18:26Charles CabergsCharles CabergsScore: 39,937Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 22, 2026 18:2739,5511,324,655,9061,293,192,00011,992,0002,478,080
2Apr 22, 2026 18:2739,7371,330,353,2941,301,351,0009,995,0002,551,808
3Apr 22, 2026 18:2739,7471,332,141,6631,301,661,0009,997,0002,473,984
4Apr 22, 2026 18:2739,7811,331,853,1221,303,801,0008,998,0002,490,368
5Apr 22, 2026 18:2739,9371,340,198,1201,307,938,0009,991,0002,322,432
6Apr 22, 2026 18:2740,0051,339,232,2991,310,190,0009,993,0002,482,176
7Apr 22, 2026 18:2740,0761,341,344,1811,311,544,00010,996,0002,306,048
8Apr 22, 2026 18:2740,2871,346,179,7051,324,495,0004,998,0002,322,432
9Apr 22, 2026 18:2742,3031,419,169,4591,385,036,00010,992,0002,478,080