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 listApr 24, 2026 00:26olliecrowolliecrowScore: 18,591Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 24, 2026 00:2718,487624,740,741601,101,0009,001,0002,301,952
2Apr 24, 2026 00:2718,525632,113,058601,352,0009,989,0002,310,144
3Apr 24, 2026 00:2718,561633,800,633602,545,0009,992,0002,297,856
4Apr 24, 2026 00:2718,566632,384,116602,715,0009,995,0002,301,952
5Apr 24, 2026 00:2718,591636,359,472603,521,0009,992,0002,568,192
6Apr 24, 2026 00:2718,682638,276,358607,524,0008,992,0002,314,240
7Apr 24, 2026 00:2718,753633,453,333608,897,0009,981,0002,314,240
8Apr 24, 2026 00:2718,783640,540,011610,853,0008,997,0002,555,904
9Apr 24, 2026 00:2718,850638,225,285613,091,0008,986,0002,310,144