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 09:16olliecrowolliecrowScore: 9,714Success
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 09:169,696347,152,946277,959,00041,993,0002,510,848
2Mar 22, 2026 09:169,696346,676,152281,984,00037,997,0002,420,736
3Mar 22, 2026 09:169,697346,083,375269,002,00051,000,0002,404,352
4Mar 22, 2026 09:169,705346,574,162283,249,00037,032,0002,502,656
5Mar 22, 2026 09:169,714344,545,458282,489,00038,065,0002,420,736
6Mar 22, 2026 09:169,721346,854,544281,810,00038,973,0002,408,448
7Mar 22, 2026 09:169,727346,467,422279,981,00040,997,0002,420,736
8Mar 22, 2026 09:169,728346,930,243279,034,00042,005,0002,473,984
9Mar 22, 2026 09:169,976348,430,076285,178,00044,027,0002,519,040