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 23, 2026 16:39boop34boop34Score: 12,030Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jul 23, 2026 16:4011,769398,138,452379,606,0008,790,0002,113,536
2Jul 23, 2026 16:4011,960404,592,179385,598,0009,108,0002,113,536
3Jul 23, 2026 16:4011,998405,674,135386,828,0009,127,0002,113,536
4Jul 23, 2026 16:4012,020406,488,449387,990,0008,697,0002,113,536
5Jul 23, 2026 16:4012,030406,767,789388,319,0008,680,0002,113,536
6Jul 23, 2026 16:4012,037407,085,175388,136,0009,085,0002,113,536
7Jul 23, 2026 16:4012,044407,368,837388,396,0009,082,0002,113,536
8Jul 23, 2026 16:4012,055407,688,824388,694,0009,127,0002,113,536
9Jul 23, 2026 16:4012,076408,333,855389,294,0009,234,0002,113,536