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 6, 2023 16:24matsuoka-601matsuoka-601Score: 14,549Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Aug 6, 2023 16:2414,015528,667,047462,506,17602,306,048
2Aug 6, 2023 16:2414,054523,897,590463,784,13002,301,952
3Aug 6, 2023 16:2414,059533,291,860463,941,26802,310,144
4Aug 6, 2023 16:2414,398497,814,332369,330,000105,808,0002,523,136
5Aug 6, 2023 16:2414,450501,401,558366,880,000109,964,0002,334,720
6Aug 6, 2023 16:2414,516513,068,305366,265,000112,773,0002,498,560
7Aug 6, 2023 16:2414,549507,430,257355,345,000124,770,0002,457,600
8Aug 6, 2023 16:2414,640510,474,980361,352,000121,781,0002,514,944
9Aug 6, 2023 16:2414,829518,517,103372,516,000116,848,0002,441,216
10Aug 6, 2023 16:2414,873515,103,859380,852,000109,957,0002,498,560
11Aug 6, 2023 16:2415,074523,485,034377,587,000119,868,0002,277,376
12Aug 6, 2023 16:2415,198528,301,357388,633,000112,893,0002,408,448