0_0_22552159_15581.cpp:28:9: error: two or more data types in declaration of 'x'
int x,y;
^
0_0_22552159_15581.cpp:28:11: error: two or more data types in declaration of 'y'
int x,y;
^
0_0_22552159_15581.cpp:30:1: error: expected declaration before '}' token
};
^
|