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 21, 2026 15:52olliecrowolliecrowScore: 16,292Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 21, 2026 15:5316,236553,899,078526,824,0008,996,0002,301,952
2Apr 21, 2026 15:5316,263553,941,271527,704,0008,994,0002,367,488
3Apr 21, 2026 15:5316,267553,967,611527,829,0008,997,0002,306,048
4Apr 21, 2026 15:5316,275554,980,626528,092,0009,001,0002,310,144
5Apr 21, 2026 15:5316,292556,104,290528,658,0008,994,0002,310,144
6Apr 21, 2026 15:5316,335558,413,526530,073,0009,001,0002,322,432
7Apr 21, 2026 15:5316,340554,867,019530,223,0009,003,0002,330,624
8Apr 21, 2026 15:5316,355554,881,837530,729,0008,995,0002,306,048
9Apr 21, 2026 15:5316,438566,248,492532,492,0009,990,0002,310,144