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:46Pavel SkripkinPavel SkripkinScore: 18,240Success
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:4917,293591,618,466463,740,000106,940,0002,555,904
2Apr 27, 2026 21:4917,603595,289,097475,940,000104,986,0002,310,144
3Apr 27, 2026 21:4917,664597,159,438478,938,000103,986,0002,375,680
4Apr 27, 2026 21:4918,045619,591,955491,593,000103,914,0002,310,144
5Apr 27, 2026 21:4918,240614,683,503491,137,000110,805,0002,551,808
6Apr 27, 2026 21:4918,294616,322,629497,758,000105,948,0002,555,904
7Apr 27, 2026 21:4918,445627,737,025504,741,000103,946,0002,461,696
8Apr 27, 2026 21:4918,945647,717,721515,337,000109,858,0002,400,256
9Apr 27, 2026 21:4919,169652,087,264527,659,000104,932,0002,326,528