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 30, 2024 13:52Robert BurkeRobert BurkeScore: 7,151Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jun 30, 2024 13:526,641289,551,267219,142,81402,265,088
2Jun 30, 2024 13:526,713286,367,353221,525,71102,265,088
3Jun 30, 2024 13:526,794306,664,426224,201,75802,265,088
4Jun 30, 2024 13:527,084256,820,905228,765,0004,994,0002,490,368
5Jun 30, 2024 13:527,108257,273,861229,586,0004,991,0002,367,488
6Jun 30, 2024 13:527,112255,602,721230,700,0003,994,0002,375,680
7Jun 30, 2024 13:527,151261,589,451230,981,0004,999,0002,482,176
8Jun 30, 2024 13:527,159269,756,076231,272,0004,984,0002,445,312
9Jun 30, 2024 13:527,170264,197,328231,605,0004,991,0002,363,392
10Jun 30, 2024 13:527,186263,877,810232,125,0005,002,0002,367,488
11Jun 30, 2024 13:527,202256,316,210233,679,0003,994,0002,359,296
12Jun 30, 2024 13:527,212257,122,519232,999,0004,999,0002,297,856