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 08:51Rajarshi BasuRajarshi BasuScore: 7,774Success
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 08:517,609273,841,463243,108,0008,003,0002,445,312
2Dec 19, 2025 08:517,622277,433,589242,541,0008,983,0002,420,736
3Dec 19, 2025 08:507,641275,379,513248,154,0004,002,0002,424,832
4Dec 19, 2025 08:507,644281,144,713244,230,0008,007,0002,494,464
5Dec 19, 2025 08:507,683282,792,981247,566,0005,989,0002,359,296
6Dec 19, 2025 08:507,686275,859,903244,642,0008,986,0002,383,872
7Dec 19, 2025 08:517,725280,484,909246,934,0007,997,0002,502,656
8Dec 19, 2025 08:517,739286,665,332248,376,0007,010,0002,301,952
9Dec 19, 2025 08:507,744282,255,592248,562,0006,987,0002,379,776
10Dec 19, 2025 08:507,745280,341,753247,598,0007,987,0002,502,656
11Dec 19, 2025 08:517,748280,895,565247,709,0007,990,0002,510,848
12Dec 19, 2025 08:517,768282,066,361249,351,0007,009,0002,461,696
13Dec 19, 2025 08:517,774285,583,013248,566,0007,986,0002,322,432
14Dec 19, 2025 08:517,785278,898,407248,908,0007,997,0002,318,336
15Dec 19, 2025 08:507,787281,301,046251,978,0004,999,0002,322,432
16Dec 19, 2025 08:517,823285,692,029251,142,0007,003,0002,449,408
17Dec 19, 2025 08:507,847283,089,043251,961,0006,998,0002,273,280
18Dec 19, 2025 08:517,852284,345,093249,102,00010,004,0002,478,080
19Dec 19, 2025 08:518,006287,265,313256,199,0008,006,0002,387,968
20Dec 19, 2025 08:518,012290,550,517257,417,0006,984,0002,301,952
21Dec 19, 2025 08:508,157300,003,289262,191,0006,978,0002,441,216
22Dec 19, 2025 08:518,209292,299,254266,902,0003,998,0002,334,720
23Dec 19, 2025 08:518,226295,071,941265,462,0005,987,0002,453,504
24Dec 19, 2025 08:518,245295,915,946265,082,0007,002,0002,310,144