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:14Yuriy LyfenkoYuriy LyfenkoScore: 7,460Success
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:147,379265,948,233239,523,0003,992,0002,301,952
2Mar 21, 2026 03:167,390269,697,622241,880,0001,999,0002,527,232
3Mar 21, 2026 03:147,393266,358,940241,956,0001,999,0002,437,120
4Mar 21, 2026 03:167,411266,021,089241,567,0002,994,0002,301,952
5Mar 21, 2026 03:167,420263,910,174240,873,0003,997,0002,301,952
6Mar 21, 2026 03:167,447267,436,088241,741,0003,995,0002,453,504
7Mar 21, 2026 03:147,460277,246,318243,175,0003,002,0002,445,312
8Mar 21, 2026 03:167,484267,110,690242,957,0003,999,0002,269,184
9Mar 21, 2026 03:168,778314,540,922285,679,0003,995,0002,289,664
10Mar 21, 2026 03:149,263338,010,506301,686,0003,995,0002,441,216
11Mar 21, 2026 03:149,393332,156,425307,945,0002,012,0002,301,952
12Mar 21, 2026 03:1410,647394,767,130348,361,0002,994,0002,301,952