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 listDec 19, 2025 20:05Rajarshi BasuRajarshi BasuScore: 6,218Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Dec 19, 2025 20:055,914220,587,512190,165,0005,004,0002,498,560
2Dec 19, 2025 20:045,937217,644,935192,926,0002,998,0002,519,040
3Dec 19, 2025 20:056,021224,333,199194,693,0003,993,0002,506,752
4Dec 19, 2025 20:046,098222,003,697196,223,0005,005,0002,326,528
5Dec 19, 2025 20:046,174231,698,979196,766,0006,991,0002,519,040
6Dec 19, 2025 20:056,212227,817,012198,007,0007,000,0002,408,448
7Dec 19, 2025 20:046,218236,118,783194,196,00011,011,000339,968
8Dec 19, 2025 20:046,224229,960,114188,347,00017,031,000290,816
9Dec 19, 2025 20:056,237230,508,086200,838,0004,995,0002,494,464
10Dec 19, 2025 20:046,329234,846,772197,867,00010,992,0002,400,256
11Dec 19, 2025 20:056,347239,843,863202,483,0006,982,0002,523,136
12Dec 19, 2025 20:056,609240,078,758213,084,0005,001,0002,510,848