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 listAug 29, 2022 13:10Bernard TeoBernard TeoScore: 10,718Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Aug 29, 2022 13:1010,439408,295,888344,491,43002,277,376
2Aug 29, 2022 13:1010,448407,128,879344,775,00402,277,376
3Aug 29, 2022 13:1010,449407,870,950344,820,17602,285,568
4Aug 29, 2022 13:1010,486411,037,478346,049,36502,277,376
5Aug 29, 2022 13:1010,493401,454,420346,274,38002,281,472
6Aug 29, 2022 13:1010,548415,607,539348,097,68102,273,280
7Aug 29, 2022 13:1010,718421,048,535353,690,26302,273,280
8Aug 29, 2022 13:1010,756415,988,485354,943,45002,281,472
9Aug 29, 2022 13:1010,774421,529,135355,530,89902,277,376
10Aug 29, 2022 13:1010,797412,400,439356,310,05702,273,280
11Aug 29, 2022 13:1010,804422,484,564356,523,92802,252,800
12Aug 29, 2022 13:1010,842423,051,585357,799,65002,277,376