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 14:45limanjun99limanjun99Score: 5,930Success
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 14:465,864214,592,140179,478,00014,037,0002,523,136
2Apr 27, 2026 14:465,869209,951,480178,702,00014,975,0002,342,912
3Apr 27, 2026 14:465,919219,504,364181,315,00014,024,0002,527,232
4Apr 27, 2026 14:465,927210,756,059178,631,00016,964,0002,527,232
5Apr 27, 2026 14:465,930216,222,582180,714,00014,976,0002,523,136
6Apr 27, 2026 14:465,934221,807,821181,776,00014,060,0002,285,568
7Apr 27, 2026 14:465,937215,465,345180,938,00014,994,0002,523,136
8Apr 27, 2026 14:465,943215,147,640181,130,00015,010,0002,535,424
9Apr 27, 2026 14:465,976209,537,061182,221,00015,018,0002,347,008