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:12A_ShamanA_ShamanScore: 44,027Success
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:1543,6271,449,390,1581,384,531,00055,173,0002,113,536
2Jul 3, 2026 13:1543,7821,454,863,0191,389,312,00055,520,0002,113,536
3Jul 3, 2026 13:1543,7851,454,559,4671,388,467,00056,452,0002,113,536
4Jul 3, 2026 13:1543,9131,458,761,2341,392,988,00056,143,0002,113,536
5Jul 3, 2026 13:1544,0271,462,610,7671,397,500,00055,414,0002,113,536
6Jul 3, 2026 13:1544,0691,463,957,0501,398,708,00055,589,0002,113,536
7Jul 3, 2026 13:1544,1681,467,233,3721,400,275,00057,299,0002,113,536
8Jul 3, 2026 13:1545,7531,521,293,0091,451,085,00058,795,0002,113,536
9Jul 3, 2026 13:1546,0731,529,983,1001,461,810,00058,608,0002,113,536