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 29, 2026 14:41TudyMTudyMScore: 24,847Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 29, 2026 14:4224,655832,172,520788,654,00024,989,0002,531,328
2Apr 29, 2026 14:4224,718836,561,992787,720,00027,990,0002,527,232
3Apr 29, 2026 14:4224,816841,631,231790,960,00027,998,0002,531,328
4Apr 29, 2026 14:4224,832839,158,303790,491,00028,981,0002,539,520
5Apr 29, 2026 14:4224,847836,570,092792,973,00026,999,0002,527,232
6Apr 29, 2026 14:4224,913839,547,964798,159,00023,974,0002,338,816
7Apr 29, 2026 14:4225,031843,431,011800,078,00025,970,0002,527,232
8Apr 29, 2026 14:4225,294853,683,510815,744,00018,970,0002,527,232
9Apr 29, 2026 14:4225,600863,566,768821,839,00022,967,0002,363,392