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 15:06olliecrowolliecrowScore: 14,788Success
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 15:0614,705503,819,071475,263,00010,005,0002,527,232
2Apr 24, 2026 15:0614,712504,526,225475,510,0009,989,0002,539,520
3Apr 24, 2026 15:0614,717504,680,617476,696,0008,994,0002,539,520
4Apr 24, 2026 15:0614,778503,581,147477,691,0009,993,0002,539,520
5Apr 24, 2026 15:0614,788509,954,604479,015,0009,000,0002,326,528
6Apr 24, 2026 15:0614,870506,341,185480,741,0009,994,0002,347,008
7Apr 24, 2026 15:0614,871507,290,973481,776,0008,995,0002,539,520
8Apr 24, 2026 15:0614,875511,434,921481,894,0008,998,0002,527,232
9Apr 24, 2026 15:0614,943512,751,012484,130,0009,002,0002,543,616