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 16:47Yuriy LyfenkoYuriy LyfenkoScore: 9,057Success
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 16:478,955323,001,299285,546,0009,984,0002,330,624
2Sep 4, 2024 16:479,024324,664,477291,790,0005,995,0002,367,488
3Sep 4, 2024 16:479,031322,579,089290,022,0008,000,0002,465,792
4Sep 4, 2024 16:479,047324,278,581292,561,0005,991,0002,412,544
5Sep 4, 2024 16:479,057322,333,422293,868,0004,997,0002,408,448
6Sep 4, 2024 16:479,069330,669,139290,254,0009,007,0002,260,992
7Sep 4, 2024 16:479,098328,275,175293,228,0007,005,0002,351,104
8Sep 4, 2024 16:479,124326,539,393292,103,0009,003,0002,404,352
9Sep 4, 2024 16:479,193327,899,429292,368,00011,013,0002,441,216