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 22, 2025 14:14Rajarshi BasuRajarshi BasuScore: 15,872Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Dec 22, 2025 14:1615,696545,585,701500,967,00016,998,0002,473,984
2Dec 22, 2025 14:1615,729543,618,971504,042,00015,001,0002,273,280
3Dec 22, 2025 14:1715,737546,282,420498,335,00020,972,0002,269,184
4Dec 22, 2025 14:1415,757547,242,566498,991,00020,999,0002,465,792
5Dec 22, 2025 14:1515,757545,180,692503,988,00015,999,0002,416,640
6Dec 22, 2025 14:1515,820545,926,048510,059,00012,001,0002,281,472
7Dec 22, 2025 14:1515,872547,392,699507,778,00015,993,0002,277,376
8Dec 22, 2025 14:1715,876548,645,856499,925,00023,996,0002,441,216
9Dec 22, 2025 14:1415,878554,180,013505,991,00017,999,0002,301,952
10Dec 22, 2025 14:1415,910552,169,753512,021,00013,000,0002,482,176
11Dec 22, 2025 14:1715,937548,120,704512,909,00012,997,0002,355,200
12Dec 22, 2025 14:1615,975553,307,790508,210,00018,970,0002,273,280