password.cpp:1:1: error: 'string' does not name a type; did you mean 'struct'?
string a[1000];
^~~~~~
struct
password.cpp:3:1: error: 'vector' does not name a type
vector<int> acc(26 , 0);
^~~~~~
password.cpp:7:1: error: 'string' does not name a type; did you mean 'struct'?
string merg(string aa , string bb)
^~~~~~
struct
password.cpp:34:1: error: 'string' does not name a type; did you mean 'struct'?
string build(int l, int r )
^~~~~~
struct
password.cpp:53:1: error: 'string' does not name a type; did you mean 'struct'?
string guess(int n, int s)
^~~~~~
struct