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 listJul 25, 2023 15:11matsuoka-601matsuoka-601Score: 13,854Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jul 25, 2023 15:1113,706524,861,187452,304,13402,297,856
2Jul 25, 2023 15:1113,751523,096,534453,788,66102,297,856
3Jul 25, 2023 15:1113,812477,678,247451,790,0003,998,0002,498,560
4Jul 25, 2023 15:1113,826480,169,048451,257,0004,991,0002,277,376
5Jul 25, 2023 15:1113,833483,784,427451,503,0004,994,0002,433,024
6Jul 25, 2023 15:1113,840480,252,705451,726,0004,996,0002,519,040
7Jul 25, 2023 15:1113,854519,610,942457,195,92302,289,664
8Jul 25, 2023 15:1113,892487,541,331454,429,0003,994,0002,490,368
9Jul 25, 2023 15:1113,909489,817,769453,009,0005,986,0002,285,568
10Jul 25, 2023 15:1113,912490,150,366453,094,0005,988,0002,277,376
11Jul 25, 2023 15:1113,931482,834,180454,714,0004,996,0002,494,464
12Jul 25, 2023 15:1113,958482,835,267456,623,0003,996,0002,301,952