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:04limanjun99limanjun99Score: 5,855Success
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:045,830214,109,582179,370,00013,026,0002,531,328
2Apr 27, 2026 15:045,849211,197,857177,032,00016,002,0002,347,008
3Apr 27, 2026 15:045,851212,310,771179,105,00014,008,0002,531,328
4Apr 27, 2026 15:045,852208,663,149177,121,00016,010,0002,531,328
5Apr 27, 2026 15:045,855207,889,918178,210,00015,017,0002,527,232
6Apr 27, 2026 15:045,870211,464,267177,743,00015,976,0002,510,848
7Apr 27, 2026 15:045,883212,772,936179,136,00015,011,0002,519,040
8Apr 27, 2026 15:045,886213,424,120180,237,00014,018,0002,531,328
9Apr 27, 2026 15:045,938212,412,671179,964,00015,996,0002,359,296