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 listJun 4, 2021 20:52Yuriy LyfenkoYuriy LyfenkoScore: 18,177Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jun 4, 2021 20:5218,0431,164,040,157595,406,60402,240,512
2Jun 4, 2021 20:5218,1051,157,835,947597,480,90902,236,416
3Jun 4, 2021 20:5218,1161,166,256,859597,835,06102,244,608
4Jun 4, 2021 20:5218,1771,210,189,938599,846,24602,244,608
5Jun 4, 2021 20:5218,2761,171,750,090603,093,34802,248,704
6Jun 4, 2021 20:5218,3161,170,617,458604,432,98502,244,608