0_0_10487238_25156.cpp:1:10: #include expects "FILENAME" or <FILENAME>
0_0_10487238_25156.cpp:2:9: #include expects "FILENAME" or <FILENAME>
0_0_10487238_25156.cpp:6: error: `map' does not name a type
0_0_10487238_25156.cpp: In function `void reverse()':
0_0_10487238_25156.cpp:10: error: `strlen' undeclared (first use this function)
0_0_10487238_25156.cpp:10: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_10487238_25156.cpp:12: error: `strcpy' undeclared (first use this function)
0_0_10487238_25156.cpp:13: error: expected `;' before '}' token
0_0_10487238_25156.cpp:13: error: expected primary-expression before '}' token
0_0_10487238_25156.cpp:13: error: expected `)' before '}' token
0_0_10487238_25156.cpp:13: error: expected primary-expression before '}' token
0_0_10487238_25156.cpp:13: error: expected `;' before '}' token
0_0_10487238_25156.cpp: In function `void change()':
0_0_10487238_25156.cpp:17: error: `strlen' undeclared (first use this function)
0_0_10487238_25156.cpp:18: error: expected `;' before "if"
0_0_10487238_25156.cpp:18: error: expected primary-expression before "if"
0_0_10487238_25156.cpp:18: error: expected `)' before "if"
0_0_10487238_25156.cpp: At global scope:
0_0_10487238_25156.cpp:23: error: expected declaration before '}' token
|