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 27, 2026 14:01limanjun99limanjun99Score: 6,752Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 27, 2026 14:036,733243,277,003208,206,00014,013,0002,523,136
2Apr 27, 2026 14:036,743241,940,687207,507,00015,036,0002,523,136
3Apr 27, 2026 14:036,750241,796,346207,789,00014,984,0002,527,232
4Apr 27, 2026 14:036,751240,401,226207,817,00014,986,0002,531,328
5Apr 27, 2026 14:036,752243,436,001207,834,00014,988,0002,535,424
6Apr 27, 2026 14:036,754240,061,164208,900,00013,993,0002,326,528
7Apr 27, 2026 14:036,757242,395,999208,004,00015,000,0002,535,424
8Apr 27, 2026 14:036,759237,566,479208,065,00015,004,0002,523,136
9Apr 27, 2026 14:036,782245,071,117208,833,00014,988,0002,535,424