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 27, 2026 15:54limanjun99limanjun99Score: 5,821Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 27, 2026 15:555,773208,801,059177,431,00013,105,0002,531,328
2Apr 27, 2026 15:555,797212,699,059176,287,00015,024,0002,523,136
3Apr 27, 2026 15:555,801213,381,417176,423,00015,036,0002,527,232
4Apr 27, 2026 15:555,814209,216,943176,884,00014,990,0002,523,136
5Apr 27, 2026 15:555,821212,169,173176,104,00016,009,0002,334,720
6Apr 27, 2026 15:555,824207,892,404177,201,00015,017,0002,351,104
7Apr 27, 2026 15:555,827208,610,478178,210,00014,095,0002,527,232
8Apr 27, 2026 15:555,839211,680,099176,740,00015,976,0002,523,136
9Apr 27, 2026 15:555,841210,290,050178,798,00013,984,0002,514,944