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 21:35boop34boop34Score: 9,778Success
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 21:369,690329,464,713314,863,0004,907,0002,113,536
2Jul 23, 2026 21:369,708330,198,882315,428,0004,944,0002,113,536
3Jul 23, 2026 21:369,768332,091,254317,198,0005,166,0002,113,536
4Jul 23, 2026 21:369,770332,220,566317,263,0005,168,0002,113,536
5Jul 23, 2026 21:369,778332,564,183317,604,0005,077,0002,113,536
6Jul 23, 2026 21:369,788332,813,017317,844,0005,188,0002,113,536
7Jul 23, 2026 21:369,793333,352,077318,098,0005,100,0002,113,536
8Jul 23, 2026 21:369,806333,363,936318,538,0005,076,0002,113,536
9Jul 23, 2026 21:369,831334,202,912319,222,0005,204,0002,113,536