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 04:58olliecrowolliecrowScore: 14,870Success
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 04:5914,797503,880,724479,313,0009,005,0002,551,808
2Apr 24, 2026 04:5914,803508,110,462478,532,0009,990,0002,551,808
3Apr 24, 2026 04:5914,803508,180,721478,530,0009,990,0002,527,232
4Apr 24, 2026 04:5914,861508,610,491481,435,0009,008,0002,547,712
5Apr 24, 2026 04:5914,870510,094,193480,720,0009,994,0002,539,520
6Apr 24, 2026 04:5914,881512,812,956482,083,0009,001,0002,326,528
7Apr 24, 2026 04:5914,923513,114,716482,466,00010,009,0002,543,616
8Apr 24, 2026 04:5914,934510,404,104482,848,0009,996,0002,543,616
9Apr 24, 2026 04:5915,046517,791,499485,541,00010,989,0002,326,528