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 25, 2026 07:59Charles CabergsCharles CabergsScore: 40,725Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 25, 2026 08:0040,3951,353,826,8011,323,069,0009,992,0002,482,176
2Apr 25, 2026 08:0040,4981,356,195,7061,325,462,00010,995,0002,486,272
3Apr 25, 2026 08:0040,6481,360,727,9381,331,402,0009,995,0002,322,432
4Apr 25, 2026 08:0040,6591,361,067,3841,334,772,0006,998,0002,490,368
5Apr 25, 2026 08:0040,7251,363,872,3471,334,931,0008,999,0002,465,792
6Apr 25, 2026 08:0040,9931,372,498,5901,343,772,0008,998,0002,314,240
7Apr 25, 2026 08:0041,7121,394,430,7291,367,504,0008,996,0002,322,432
8Apr 25, 2026 08:0043,1281,444,255,5761,415,239,0007,995,0002,494,464
9Apr 25, 2026 08:0043,1331,444,231,7391,416,403,0006,997,0002,486,272