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 21, 2026 22:37olliecrowolliecrowScore: 21,173Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 21, 2026 22:3821,092714,835,177671,080,00024,965,0002,437,120
2Apr 21, 2026 22:3821,134719,096,438672,464,00024,980,0002,433,024
3Apr 21, 2026 22:3821,134711,534,561673,450,00023,980,0002,502,656
4Apr 21, 2026 22:3821,138713,499,510673,580,00023,985,0002,359,296
5Apr 21, 2026 22:3821,173718,010,970674,738,00023,990,0002,441,216
6Apr 21, 2026 22:3821,206717,312,851674,827,00024,993,0002,351,104
7Apr 21, 2026 22:3821,208715,388,232675,881,00023,995,0002,449,408
8Apr 21, 2026 22:3821,236720,263,979676,821,00023,993,0002,441,216
9Apr 21, 2026 22:3821,243717,044,660677,038,00024,001,0002,441,216