0_0_11873064_22085.cpp: In function `int main(int, const char**)':
0_0_11873064_22085.cpp:24: error: declaration of C function `int main(int, const char**)' conflicts with
0_0_11873064_22085.cpp:17: error: previous declaration `int main()' here
0_0_11873064_22085.cpp: At global scope:
0_0_11873064_22085.cpp:29: error: expected unqualified-id before "for"
0_0_11873064_22085.cpp:29: error: expected `,' or `;' before "for"
0_0_11873064_22085.cpp:29: error: expected constructor, destructor, or type conversion before '<' token
0_0_11873064_22085.cpp:29: error: expected `,' or `;' before '<' token
0_0_11873064_22085.cpp:29: error: expected unqualified-id before '++' token
0_0_11873064_22085.cpp:29: error: expected `,' or `;' before '++' token
0_0_11873064_22085.cpp:35: error: expected constructor, destructor, or type conversion before "while"
0_0_11873064_22085.cpp:35: error: expected `,' or `;' before "while"
|