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 listMay 5, 2026 14:23olliecrowolliecrowScore: 13,731Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1May 5, 2026 14:2613,675470,574,878446,065,0005,216,0002,564,096
2May 5, 2026 14:2613,696470,927,843446,771,0005,222,0002,564,096
3May 5, 2026 14:2613,705471,646,624446,960,0005,305,0002,306,048
4May 5, 2026 14:2613,721475,973,209447,577,0005,224,0002,564,096
5May 5, 2026 14:2613,731471,704,270447,926,0005,220,0002,301,952
6May 5, 2026 14:2613,763471,176,721448,899,0005,295,0002,301,952
7May 5, 2026 14:2613,773470,658,873449,166,0005,353,0002,564,096
8May 5, 2026 14:2613,980476,197,510456,204,0005,139,0002,560,000
9May 5, 2026 14:2614,728499,952,723480,565,0005,463,0002,297,856