0_0_35952351_32172.cpp:3:10: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_35952351_32172.cpp:8:1: error: 'string' does not name a type
string s[2], s2[2];
^
0_0_35952351_32172.cpp:11:16: error: variable or field 'findIndex' declared void
void findIndex(string s[], int index[]) {
^
0_0_35952351_32172.cpp:11:16: error: 'string' was not declared in this scope
0_0_35952351_32172.cpp:11:28: error: expected primary-expression before 'int'
void findIndex(string s[], int index[]) {
^
|