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 listJan 9, 2026 18:38Pavel SkripkinPavel SkripkinScore: 62,244Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jan 9, 2026 18:3861,8102,073,314,1012,030,730,0008,994,0002,277,376
2Jan 9, 2026 18:3862,0062,074,261,0672,038,194,0007,996,0002,269,184
3Jan 9, 2026 18:3862,0732,085,010,0522,040,424,0007,997,0002,514,944
4Jan 9, 2026 18:3862,2222,081,895,1792,046,336,0006,997,0002,506,752
5Jan 9, 2026 18:3862,2442,083,944,7322,045,053,0008,995,0002,506,752
6Jan 9, 2026 18:3862,3982,085,035,0152,051,134,0007,996,0002,281,472
7Jan 9, 2026 18:3862,4092,093,972,9472,050,508,0008,993,0002,281,472
8Jan 9, 2026 18:3862,5312,090,856,0002,054,541,0008,993,0002,404,352
9Jan 9, 2026 18:3862,5872,097,508,0132,055,393,0009,992,0002,269,184