0_0_12823795_31466.cpp: In function `int main()':
0_0_12823795_31466.cpp:10: error: break statement not within loop or switch
0_0_12823795_31466.cpp:11: error: case label `1' not within a switch statement
0_0_12823795_31466.cpp:11: error: break statement not within loop or switch
0_0_12823795_31466.cpp:12: error: case label `2' not within a switch statement
0_0_12823795_31466.cpp:12: error: break statement not within loop or switch
0_0_12823795_31466.cpp:13: error: case label `3' not within a switch statement
0_0_12823795_31466.cpp:13: error: conflicting declaration 'int p[1024]'
0_0_12823795_31466.cpp:11: error: 'p' has a previous declaration as `char*p'
0_0_12823795_31466.cpp:13: error: declaration of `int p[1024]'
0_0_12823795_31466.cpp:11: error: conflicts with previous declaration `char*p'
0_0_12823795_31466.cpp:13: error: break statement not within loop or switch
0_0_12823795_31466.cpp:14: error: case label `4' not within a switch statement
0_0_12823795_31466.cpp:14: error: `cout' undeclared (first use this function)
0_0_12823795_31466.cpp:14: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_12823795_31466.cpp:14: error: break statement not within loop or switch
|