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 listSep 24, 2024 13:09Alex KentAlex KentScore: 27,484Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Sep 24, 2024 13:0927,081916,785,678888,686,0004,998,0002,306,048
2Sep 24, 2024 13:0927,157927,228,599891,199,0004,995,0002,310,144
3Sep 24, 2024 13:0927,314933,586,617899,376,0001,998,0002,363,392
4Sep 24, 2024 13:0927,406932,900,137898,413,0005,996,0002,359,296
5Sep 24, 2024 13:0927,484930,132,570901,962,0004,999,0002,363,392
6Sep 24, 2024 13:0927,576942,496,644905,017,0005,000,0002,363,392
7Sep 24, 2024 13:0928,036952,329,287923,180,0002,000,0002,273,280
8Sep 24, 2024 13:0928,054948,902,315918,795,0006,998,0002,367,488
9Sep 24, 2024 13:0928,093952,369,489922,058,0005,000,0002,363,392