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 20, 2023 03:37matsuoka-601matsuoka-601Score: 10,914Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jun 20, 2023 03:3710,743383,896,562348,527,0005,991,0002,482,176
2Jun 20, 2023 03:3710,774383,160,658349,534,0005,992,0002,486,272
3Jun 20, 2023 03:3710,776378,523,872349,600,0005,993,0002,285,568
4Jun 20, 2023 03:3710,825380,563,591351,227,0005,986,0002,514,944
5Jun 20, 2023 03:3710,844379,635,874352,850,0004,997,0002,478,080
6Jun 20, 2023 03:3710,850432,515,815358,045,63602,273,280
7Jun 20, 2023 03:3710,914388,781,934356,165,0003,990,0002,482,176
8Jun 20, 2023 03:3710,930384,763,451355,701,0004,995,0002,347,008
9Jun 20, 2023 03:3710,952386,014,484356,422,0004,991,0002,482,176
10Jun 20, 2023 03:3710,992428,062,881362,723,84102,277,376
11Jun 20, 2023 03:3711,056424,235,133364,841,31802,277,376
12Jun 20, 2023 03:3711,086394,165,262360,825,0004,997,0002,449,408