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 08:41Dominique GarmierDominique GarmierScore: 21,629Success
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 08:4221,244726,785,230691,087,0009,986,0002,433,024
2Apr 24, 2026 08:4221,453727,629,821703,982,0003,999,0002,428,928
3Apr 24, 2026 08:4221,533729,463,032703,606,0006,996,0002,326,528
4Apr 24, 2026 08:4221,560727,313,833706,484,0004,996,0002,502,656
5Apr 24, 2026 08:4221,629733,718,136707,786,0005,998,0002,433,024
6Apr 24, 2026 08:4221,648732,370,811705,424,0008,992,0002,428,928
7Apr 24, 2026 08:4221,847742,622,571711,956,0008,999,0002,310,144
8Apr 24, 2026 08:4222,514757,567,872735,981,0006,999,0002,428,928
9Apr 24, 2026 08:4222,570759,937,076737,840,0006,998,0002,445,312