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 28, 2026 16:19Mehdi-Dehghan-FooladiMehdi-Dehghan-FooladiScore: 48,491Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 28, 2026 16:2048,3661,614,397,6221,531,147,00064,963,0002,359,296
2Apr 28, 2026 16:2048,4641,621,361,2761,535,354,00063,973,0002,494,464
3Apr 28, 2026 16:2048,4761,622,074,8601,534,776,00064,948,0002,314,240
4Apr 28, 2026 16:2048,4831,618,527,9191,533,995,00065,956,0002,478,080
5Apr 28, 2026 16:2048,4911,618,548,1451,534,244,00065,967,0002,486,272
6Apr 28, 2026 16:2048,6821,625,656,7451,537,547,00068,979,0002,314,240
7Apr 28, 2026 16:2048,8131,633,344,7401,543,906,00066,952,0002,486,272
8Apr 28, 2026 16:2048,9021,635,412,3191,549,825,00063,951,0002,494,464
9Apr 28, 2026 16:2049,0321,639,656,5951,554,107,00063,963,0002,486,272