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 listSep 4, 2024 15:41Yuriy LyfenkoYuriy LyfenkoScore: 9,078Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Sep 4, 2024 15:428,929317,349,400285,655,0008,989,0002,359,296
2Sep 4, 2024 15:428,986322,337,098287,565,0008,986,0002,351,104
3Sep 4, 2024 15:428,992328,317,215290,745,0005,994,0002,351,104
4Sep 4, 2024 15:428,996324,877,240288,868,0007,996,0002,506,752
5Sep 4, 2024 15:429,060325,932,851289,979,0008,999,0002,396,160
6Sep 4, 2024 15:429,065326,074,426291,134,0008,003,0002,347,008
7Sep 4, 2024 15:429,078322,535,617290,580,0008,987,0002,412,544
8Sep 4, 2024 15:429,106324,920,198291,500,0008,984,0002,412,544
9Sep 4, 2024 15:429,114322,408,601290,783,0009,992,0002,441,216
10Sep 4, 2024 15:419,431341,518,384305,222,0006,004,0002,359,296
11Sep 4, 2024 15:419,432337,214,475302,248,0009,007,0002,347,008
12Sep 4, 2024 15:419,449335,621,461302,819,0008,994,0002,449,408