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 12:00olliecrowolliecrowScore: 9,702Success
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 12:009,678342,622,129278,314,00041,046,0002,424,832
2Mar 22, 2026 12:009,678346,365,642272,309,00047,053,0002,412,544
3Mar 22, 2026 12:009,687343,433,942281,594,00038,080,0002,412,544
4Mar 22, 2026 12:009,698349,652,876265,021,00055,004,0002,416,640
5Mar 22, 2026 12:009,702341,708,450276,144,00044,022,0002,473,984
6Mar 22, 2026 12:009,711351,156,852275,394,00045,064,0002,523,136
7Mar 22, 2026 12:009,744348,379,504276,603,00044,935,0002,523,136
8Mar 22, 2026 12:009,846344,882,048280,793,00044,124,0002,519,040
9Mar 22, 2026 12:0010,748402,548,215309,722,00044,959,0002,351,104