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 listJun 2, 2024 19:23Joad NacerJoad NacerScore: 7,439Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jun 2, 2024 19:237,331269,629,017184,938,00056,981,0002,494,464
2Jun 2, 2024 19:237,336269,961,252186,065,00056,019,0002,441,216
3Jun 2, 2024 19:237,356309,465,469242,736,11602,236,416
4Jun 2, 2024 19:237,369267,649,086187,124,00056,037,0002,420,736
5Jun 2, 2024 19:237,383267,765,488187,714,00055,914,0002,465,792
6Jun 2, 2024 19:237,423266,248,994186,963,00057,988,0002,428,928
7Jun 2, 2024 19:237,439272,058,538188,596,00056,878,0002,433,024
8Jun 2, 2024 19:237,451304,900,424245,870,78802,228,224
9Jun 2, 2024 19:237,476333,027,682246,717,20102,240,512
10Jun 2, 2024 19:237,491274,924,200192,168,00055,048,0002,428,928
11Jun 2, 2024 19:237,566277,171,790189,760,00059,924,0002,457,600
12Jun 2, 2024 19:237,995286,578,036206,879,00056,966,0002,428,928