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 17, 2023 16:50matsuoka-601matsuoka-601Score: 11,515Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jun 17, 2023 16:5011,350430,391,073374,556,41102,228,224
2Jun 17, 2023 16:5011,414402,722,519367,655,0008,991,0002,437,120
3Jun 17, 2023 16:5011,424402,350,773366,977,0009,999,0002,441,216
4Jun 17, 2023 16:5011,432442,423,087377,264,57802,236,416
5Jun 17, 2023 16:5011,488402,136,595370,102,0009,002,0002,338,816
6Jun 17, 2023 16:5011,497403,000,387369,418,0009,984,0002,445,312
7Jun 17, 2023 16:5011,515455,188,404379,991,42602,232,320
8Jun 17, 2023 16:5011,521406,148,077370,200,0009,978,0002,277,376
9Jun 17, 2023 16:5011,554408,422,476372,286,0008,982,0002,277,376
10Jun 17, 2023 16:5011,598405,785,145373,725,0008,993,0002,514,944
11Jun 17, 2023 16:5011,712410,799,522376,503,0009,986,0002,277,376
12Jun 17, 2023 16:5011,744417,258,920377,555,0009,988,0002,469,888