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 listNov 12, 2025 16:12Aliaksandr MikheiAliaksandr MikheiScore: 58,918Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Nov 12, 2025 16:1258,5441,956,699,9021,748,136,000183,804,0002,379,776
2Nov 12, 2025 16:1258,6201,962,808,8421,734,713,000199,736,0002,387,968
3Nov 12, 2025 16:1258,6381,963,759,2621,751,253,000183,816,0002,334,720
4Nov 12, 2025 16:1258,7741,968,614,7381,742,789,000196,750,0002,400,256
5Nov 12, 2025 16:1258,9181,970,645,1841,760,449,000183,838,0002,265,088
6Nov 12, 2025 16:1259,2921,988,196,0331,740,889,000215,738,0002,269,184
7Nov 12, 2025 16:1259,3961,992,287,2191,770,246,000189,811,0002,486,272
8Nov 12, 2025 16:1259,5261,991,172,1911,782,612,000181,756,0002,310,144
9Nov 12, 2025 16:1259,6361,995,294,1351,781,182,000186,809,0002,404,352