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 listMar 7, 2026 16:35Mohammad Anas KhanMohammad Anas KhanScore: 109,091Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 7, 2026 16:35108,7693,655,491,6083,266,877,000322,494,0002,412,544
2Mar 7, 2026 16:35108,7723,660,467,4763,269,616,000319,864,0002,465,792
3Mar 7, 2026 16:35109,0553,672,700,5413,273,456,000325,349,0002,424,832
4Mar 7, 2026 16:35109,0613,669,459,4983,280,531,000318,469,0002,330,624
5Mar 7, 2026 16:35109,0913,681,242,7073,302,178,000297,835,0002,433,024
6Mar 7, 2026 16:35109,4163,696,383,7623,302,165,000308,548,0002,363,392
7Mar 7, 2026 16:35109,5513,685,463,7213,309,505,000305,677,0002,375,680
8Mar 7, 2026 16:35109,5633,685,821,1423,297,957,000317,610,0002,322,432
9Mar 7, 2026 16:35109,9213,697,132,5183,299,999,000327,404,0002,400,256