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 21, 2023 17:13matsuoka-601matsuoka-601Score: 10,312Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jun 21, 2023 17:1310,174403,590,760335,727,40802,256,896
2Jun 21, 2023 17:1310,220398,926,898337,272,67402,252,800
3Jun 21, 2023 17:1310,250360,873,542332,266,0005,986,0002,306,048
4Jun 21, 2023 17:1310,269364,382,932333,892,0004,998,0002,428,928
5Jun 21, 2023 17:1310,281360,288,710334,275,0004,989,0002,285,568
6Jun 21, 2023 17:1310,289361,279,347335,542,0003,994,0002,498,560
7Jun 21, 2023 17:1310,312362,294,382334,319,0005,987,0002,326,528
8Jun 21, 2023 17:1310,319415,831,544340,532,78702,269,184
9Jun 21, 2023 17:1310,319368,438,256336,517,0003,994,0002,457,600
10Jun 21, 2023 17:1310,386365,776,876337,741,0004,996,0002,457,600
11Jun 21, 2023 17:1310,397371,570,377337,126,0005,984,0002,400,256
12Jun 21, 2023 17:1310,460369,830,074340,173,0005,002,0002,461,696