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 listJul 25, 2025 11:34Hayk KarapetyanHayk KarapetyanScore: 222,368Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jul 25, 2025 11:34221,1127,329,262,0817,222,745,00073,956,0002,441,216
2Jul 25, 2025 11:34221,3537,339,300,9507,233,697,00070,957,0002,260,992
3Jul 25, 2025 11:34221,9427,350,862,4007,263,131,00060,967,0002,502,656
4Jul 25, 2025 11:34222,2447,367,311,2247,268,086,00065,964,0002,260,992
5Jul 25, 2025 11:34222,3687,379,251,1617,270,186,00067,964,0002,297,856
6Jul 25, 2025 11:34222,6497,384,446,9867,287,446,00059,962,0002,355,200
7Jul 25, 2025 11:34226,0177,494,910,4357,397,619,00060,955,0002,478,080
8Jul 25, 2025 11:34226,2437,500,646,5207,398,062,00067,954,0002,408,448
9Jul 25, 2025 11:34227,6507,549,733,9917,452,491,00059,963,0002,301,952