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 27, 2026 21:01Pavel SkripkinPavel SkripkinScore: 25,622Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 27, 2026 21:0324,804836,856,774814,546,0003,997,0002,396,160
2Apr 27, 2026 21:0324,952841,259,407819,432,0003,997,0002,392,064
3Apr 27, 2026 21:0325,310848,449,045831,240,0003,996,0002,338,816
4Apr 27, 2026 21:0325,427858,778,717835,124,0003,995,0002,396,160
5Apr 27, 2026 21:0325,622863,782,169841,547,0003,997,0002,392,064
6Apr 27, 2026 21:0325,697864,822,472844,018,0003,995,0002,396,160
7Apr 27, 2026 21:0325,795868,583,423847,260,0003,996,0002,392,064
8Apr 27, 2026 21:0325,796867,198,191847,299,0003,996,0002,400,256
9Apr 27, 2026 21:0325,973877,546,439853,116,0003,995,0002,383,872