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 listApr 24, 2026 03:32Mehdi-Dehghan-FooladiMehdi-Dehghan-FooladiScore: 64,365Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 24, 2026 03:3663,8352,127,557,2372,092,567,00013,990,0002,449,408
2Apr 24, 2026 03:3663,8622,124,586,4262,095,462,00011,996,0002,555,904
3Apr 24, 2026 03:3663,9032,125,179,6892,096,833,00011,993,0002,445,312
4Apr 24, 2026 03:3664,2412,142,435,3432,106,963,00012,993,0002,437,120
5Apr 24, 2026 03:3664,3652,142,633,4222,111,080,00012,994,0002,535,424
6Apr 24, 2026 03:3664,5932,150,996,9672,118,605,00012,991,0002,318,336
7Apr 24, 2026 03:3664,6472,151,086,5572,123,386,0009,997,0002,437,120
8Apr 24, 2026 03:3666,8342,229,785,1752,193,547,00011,992,0002,314,240
9Apr 24, 2026 03:3667,0332,234,567,1312,196,110,00015,993,0002,318,336