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 22, 2026 06:53olliecrowolliecrowScore: 9,906Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 22, 2026 06:539,881347,919,588321,088,0005,001,0002,306,048
2Mar 22, 2026 06:539,887344,444,022321,266,0005,004,0002,469,888
3Mar 22, 2026 06:539,896351,040,360323,561,0002,995,0002,482,176
4Mar 22, 2026 06:539,899345,643,049320,675,0005,993,0002,318,336
5Mar 22, 2026 06:539,906347,262,696320,886,0005,997,0002,482,176
6Mar 22, 2026 06:539,918350,806,884323,276,0004,003,0002,285,568
7Mar 22, 2026 06:539,928352,270,945323,613,0003,995,0002,342,912
8Mar 22, 2026 06:539,935351,396,776321,871,0005,997,0002,486,272
9Mar 22, 2026 06:539,976350,860,271326,220,0003,002,0002,473,984