0_0_1355770_8631.cpp: In function `bool go(int)':
0_0_1355770_8631.cpp:21: error: name lookup of `i' changed for new ISO `for' scoping
0_0_1355770_8631.cpp:11: error: using obsolete binding at `i'
0_0_1355770_8631.cpp: At global scope:
0_0_1355770_8631.cpp:75: error: redefinition of `const int MAXN'
0_0_1355770_8631.cpp:3: error: `const int MAXN' previously defined here
0_0_1355770_8631.cpp:76: error: redefinition of `char c1[1000][10]'
0_0_1355770_8631.cpp:4: error: `char c1[1000][10]' previously declared here
0_0_1355770_8631.cpp:76: error: redefinition of `char c2[1000][10]'
0_0_1355770_8631.cpp:4: error: `char c2[1000][10]' previously declared here
0_0_1355770_8631.cpp:77: error: redefinition of `bool g[510][510]'
0_0_1355770_8631.cpp:5: error: `bool g[510][510]' previously declared here
0_0_1355770_8631.cpp:78: error: redefinition of `int n'
0_0_1355770_8631.cpp:6: error: `int n' previously declared here
0_0_1355770_8631.cpp:79: error: redefinition of `int match[510]'
0_0_1355770_8631.cpp:7: error: `int match[510]' previously declared here
0_0_1355770_8631.cpp:80: error: redefinition of `bool us[510]'
0_0_1355770_8631.cpp:8: error: `bool us[510]' previously declared here
0_0_1355770_8631.cpp: In function `bool go(int)':
0_0_1355770_8631.cpp:82: error: redefinition of `bool go(int)'
0_0_1355770_8631.cpp:10: error: `bool go(int)' previously defined here
0_0_1355770_8631.cpp:93: error: name lookup of `i' changed for new ISO `for' scoping
0_0_1355770_8631.cpp:83: error: using obsolete binding at `i'
0_0_1355770_8631.cpp: In function `int matcher()':
0_0_1355770_8631.cpp:106: error: redefinition of `int matcher()'
0_0_1355770_8631.cpp:34: error: `int matcher()' previously defined here
0_0_1355770_8631.cpp: In function `int main()':
0_0_1355770_8631.cpp:117: error: redefinition of `int main()'
0_0_1355770_8631.cpp:45: error: `int main()' previously defined here
|