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 listFeb 12, 2026 02:08olliecrowolliecrowScore: 14,411Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Feb 12, 2026 02:0814,321497,054,742463,602,0008,992,0002,457,600
2Feb 12, 2026 02:0814,339497,139,269465,200,0008,003,0002,322,432
3Feb 12, 2026 02:0814,343502,468,996464,303,0009,005,0002,375,680
4Feb 12, 2026 02:0814,344501,877,220465,337,0008,005,0002,281,472
5Feb 12, 2026 02:0814,411505,729,421465,582,0009,991,0002,326,528
6Feb 12, 2026 02:0814,460505,351,869468,179,0009,003,0002,359,296
7Feb 12, 2026 02:0814,473509,208,912467,604,0009,991,0002,510,848
8Feb 12, 2026 02:0814,503507,178,952469,610,0008,992,0002,527,232
9Feb 12, 2026 02:0814,546503,042,500471,015,0009,000,0002,281,472