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 listMar 22, 2026 02:45olliecrowolliecrowScore: 11,172Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 22, 2026 02:4511,132393,611,532349,344,00018,017,0002,420,736
2Mar 22, 2026 02:4511,138394,819,507355,573,00011,985,0002,367,488
3Mar 22, 2026 02:4511,150387,833,930350,941,00016,997,0002,412,544
4Mar 22, 2026 02:4511,164393,348,574348,402,00020,023,0002,461,696
5Mar 22, 2026 02:4511,172388,096,212349,685,00018,982,0002,420,736
6Mar 22, 2026 02:4511,172393,667,754352,699,00015,986,0002,437,120
7Mar 22, 2026 02:4511,215395,907,267354,105,00016,004,0002,420,736
8Mar 22, 2026 02:4511,251397,204,596355,278,00016,012,0002,420,736
9Mar 22, 2026 02:4511,629410,750,323368,760,00014,990,0002,420,736