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 10:10olliecrowolliecrowScore: 9,760Success
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 10:109,685349,533,575280,653,00038,951,0002,404,352
2Mar 22, 2026 10:109,687342,091,197277,707,00041,955,0002,510,848
3Mar 22, 2026 10:109,689343,112,773280,764,00038,967,0002,519,040
4Mar 22, 2026 10:109,716350,598,625278,664,00041,949,0002,412,544
5Mar 22, 2026 10:109,760349,091,052276,064,00046,010,0002,519,040
6Mar 22, 2026 10:1010,426363,841,899302,065,00042,009,0002,412,544
7Mar 22, 2026 10:1010,976387,663,210329,176,00033,017,0002,527,232
8Mar 22, 2026 10:1011,056384,750,481316,874,00047,981,0002,420,736
9Mar 22, 2026 10:1011,195395,464,627321,517,00047,928,0002,424,832