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 listJul 29, 2021 15:51Mikhail ShirokovMikhail ShirokovScore: 198,476Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jul 29, 2021 15:46195,6556,518,833,8096,456,621,67602,310,144
2Jul 29, 2021 15:46195,6906,508,220,7916,457,757,38102,314,240
3Jul 29, 2021 15:51198,3666,610,244,4206,546,083,45802,236,416
4Jul 29, 2021 15:46198,4766,614,054,2006,549,710,27402,191,360
5Jul 29, 2021 15:51198,7976,619,021,7726,560,313,64102,322,432
6Jul 29, 2021 15:51200,2106,670,345,6016,606,924,72502,207,744