1018005_0_0_26105.cpp:1: error: expected unqualified-id before '[' token
1018005_0_0_26105.cpp:1: error: expected `,' or `;' before '[' token
1018005_0_0_26105.cpp:1: error: invalid token
1018005_0_0_26105.cpp:8: error: `main' must return `int'
1018005_0_0_26105.cpp: In function `int main(...)':
1018005_0_0_26105.cpp:10: error: `cin' undeclared (first use this function)
1018005_0_0_26105.cpp:10: error: (Each undeclared identifier is reported only once for each function it appears in.)
1018005_0_0_26105.cpp:13: error: `cout' undeclared (first use this function)
1018005_0_0_26105.cpp:13: error: `endl' undeclared (first use this function)
1018005_0_0_26105.cpp:21: error: incompatible types in assignment of `int' to `int[50]'
1018005_0_0_26105.cpp:31: error: incompatible types in assignment of `int' to `int[50]'
|