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 listJan 15, 2026 16:01Adam FolwarcznyAdam FolwarcznyScore: 13,672Success
Source Code

Source code access is restricted. Log in to request access.

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jan 15, 2026 16:0113,559473,124,224432,461,00014,981,0002,375,680
2Jan 15, 2026 16:0113,609471,392,046431,082,00018,003,0002,281,472
3Jan 15, 2026 16:0113,610471,298,811433,116,00016,004,0002,445,312
4Jan 15, 2026 16:0113,647481,459,772433,381,00016,975,0002,371,584
5Jan 15, 2026 16:0113,672472,983,246435,155,00016,005,0002,375,680
6Jan 15, 2026 16:0113,707488,420,215435,312,00017,012,0002,379,776
7Jan 15, 2026 16:0113,710472,066,324434,441,00017,976,0002,478,080
8Jan 15, 2026 16:0113,757480,059,885440,981,00012,999,0002,367,488
9Jan 15, 2026 16:0114,071487,131,953447,360,00016,975,0002,371,584