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 29, 2026 14:50TudyMTudyMScore: 24,922Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 29, 2026 14:5124,701833,910,603789,146,00026,004,0002,527,232
2Apr 29, 2026 14:5124,777836,718,258791,674,00025,989,0002,531,328
3Apr 29, 2026 14:5124,891837,656,302796,444,00024,982,0002,535,424
4Apr 29, 2026 14:5124,910839,879,734801,042,00021,001,0002,523,136
5Apr 29, 2026 14:5124,922838,964,241797,461,00024,983,0002,535,424
6Apr 29, 2026 14:5124,955845,377,895797,546,00025,985,0002,531,328
7Apr 29, 2026 14:5124,971839,730,342800,071,00023,972,0002,531,328
8Apr 29, 2026 14:5125,074847,266,438803,463,00023,983,0002,523,136
9Apr 29, 2026 14:5125,250853,582,042809,292,00023,979,0002,539,520