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 21, 2026 03:26Yuriy LyfenkoYuriy LyfenkoScore: 7,371Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 21, 2026 03:267,320266,610,486238,555,0002,994,0002,449,408
2Mar 21, 2026 03:267,330264,706,472239,884,0001,999,0002,301,952
3Mar 21, 2026 03:267,341270,659,470241,262,0001,001,0002,441,216
4Mar 21, 2026 03:267,360267,126,934238,868,0003,997,0002,301,952
5Mar 21, 2026 03:267,371272,650,212242,236,0001,000,0002,285,568
6Mar 21, 2026 03:267,411271,614,098241,555,0002,994,0002,301,952
7Mar 21, 2026 03:267,445270,650,827243,673,0001,997,0002,531,328
8Mar 21, 2026 03:268,544300,321,276279,937,0001,999,0002,453,504
9Mar 21, 2026 03:269,349331,167,725305,534,0002,995,0002,301,952