make.cpp:4:1: error: stray '\342' in program
string MakeWord (int N, int M, vector<string> Dict) {
^
make.cpp:4:2: error: stray '\200' in program
string MakeWord (int N, int M, vector<string> Dict) {
^
make.cpp:4:3: error: stray '\213' in program
string MakeWord (int N, int M, vector<string> Dict) {
^
make.cpp:9:1: error: stray '\342' in program
^
make.cpp:9:2: error: stray '\200' in program
^
make.cpp:9:3: error: stray '\213' in program
^
make.cpp:4:4: error: 'string' does not name a type; did you mean 'stdin'?
string MakeWord (int N, int M, vector<string> Dict) {
^~~~~~
stdin
guess.cpp:4:1: error: stray '\342' in program
string GuessWord (int M, string YH) {
^
guess.cpp:4:2: error: stray '\200' in program
string GuessWord (int M, string YH) {
^
guess.cpp:4:3: error: stray '\213' in program
string GuessWord (int M, string YH) {
^
guess.cpp:4:39: error: stray '\342' in program
string GuessWord (int M, string YH) {
^
guess.cpp:4:40: error: stray '\200' in program
string GuessWord (int M, string YH) {
^
guess.cpp:4:41: error: stray '\213' in program
string GuessWord (int M, string YH) {
^
guess.cpp:4:4: error: 'string' does not name a type; did you mean 'stdin'?
string GuessWord (int M, string YH) {
^~~~~~
stdin