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 11:05Dominique GarmierDominique GarmierScore: 13,488Success
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 11:0613,440462,856,105437,529,0005,993,0002,465,792
2Apr 24, 2026 11:0613,470462,943,563440,547,0003,995,0002,461,696
3Apr 24, 2026 11:0613,474462,035,098438,650,0005,995,0002,465,792
4Apr 24, 2026 11:0613,476460,029,443439,712,0004,996,0002,461,696
5Apr 24, 2026 11:0613,488462,313,521441,143,0003,992,0002,461,696
6Apr 24, 2026 11:0613,563461,454,267441,594,0005,994,0002,457,600
7Apr 24, 2026 11:0613,681471,193,684446,482,0004,994,0002,461,696
8Apr 24, 2026 11:0613,755470,347,792448,936,0004,999,0002,473,984
9Apr 24, 2026 11:0613,778475,062,431450,685,0003,997,0002,461,696