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 listJul 3, 2026 13:58A_ShamanA_ShamanScore: 37,845Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jul 3, 2026 13:5937,2421,239,146,1431,177,397,00051,598,0002,117,632
2Jul 3, 2026 13:5937,2641,239,383,4051,178,373,00051,360,0002,117,632
3Jul 3, 2026 13:5937,5001,247,236,4561,186,854,00050,663,0002,117,632
4Jul 3, 2026 13:5937,5981,250,459,3571,188,237,00052,499,0002,117,632
5Jul 3, 2026 13:5937,8451,258,580,9401,196,745,00052,151,0002,117,632
6Jul 3, 2026 13:5937,9331,261,437,8791,199,306,00052,512,0002,117,632
7Jul 3, 2026 13:5938,1201,267,601,5141,205,222,00052,751,0002,117,632
8Jul 3, 2026 13:5940,1001,332,943,7251,269,032,00054,279,0002,117,632
9Jul 3, 2026 13:5940,1261,334,207,8571,269,712,00054,468,0002,117,632