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:01Yuriy LyfenkoYuriy LyfenkoScore: 7,478Success
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:017,409280,045,253241,497,0002,993,0002,285,568
2Mar 21, 2026 03:017,419270,440,764240,845,0003,997,0002,269,184
3Mar 21, 2026 03:017,459274,738,499243,143,0003,001,0002,318,336
4Mar 21, 2026 03:017,463275,433,483244,288,0002,002,0002,277,376
5Mar 21, 2026 03:017,478268,382,797242,763,0003,996,0002,318,336
6Mar 21, 2026 03:018,083287,768,882262,733,0003,995,0002,269,184
7Mar 21, 2026 03:018,620311,810,967280,467,0003,992,0002,527,232
8Mar 21, 2026 03:018,789310,541,282289,022,0001,000,0002,527,232
9Mar 21, 2026 03:018,996350,350,245292,870,0003,984,0002,310,144