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 listFeb 20, 2023 21:08Oleg TOleg TScore: 24,113Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Feb 20, 2023 21:1723,956849,822,024790,533,79502,244,608
2Feb 20, 2023 21:0823,988857,015,055791,605,04902,260,992
3Feb 20, 2023 21:1224,011856,852,484792,353,48802,252,800
4Feb 20, 2023 21:1724,023875,740,312792,749,24502,256,896
5Feb 20, 2023 21:1724,113852,202,882795,720,09702,244,608
6Feb 20, 2023 21:1224,193878,447,063798,365,01302,256,896
7Feb 20, 2023 21:1224,415862,682,813805,698,21902,248,704
8Feb 20, 2023 21:0824,436882,386,349806,377,25402,260,992
9Feb 20, 2023 21:0824,780875,511,410817,725,16102,248,704