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 26, 2026 18:54TudyMTudyMScore: 48,197Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 26, 2026 18:5546,9021,563,643,7561,538,788,0008,992,0002,338,816
2Apr 26, 2026 18:5546,9271,564,680,9711,539,617,0008,991,0002,293,760
3Apr 26, 2026 18:5547,8041,592,034,2661,570,546,0006,997,0002,400,256
4Apr 26, 2026 18:5548,0081,602,793,0081,578,288,0005,997,0002,555,904
5Apr 26, 2026 18:5548,1971,609,959,1851,585,522,0004,995,0002,338,816
6Apr 26, 2026 18:5548,5061,615,215,6101,593,714,0006,994,0002,371,584
7Apr 26, 2026 18:5548,5721,621,190,5791,595,890,0006,990,0002,342,912
8Apr 26, 2026 18:5548,5961,618,625,9531,595,682,0007,993,0002,334,720
9Apr 26, 2026 18:5550,3871,686,402,8171,656,791,0005,992,0002,453,504