Main.cc: In function 'int main()':
Main.cc:18:25: error: expected '}' at end of input
for(int j=i-1;j>=0;j--){
^
Main.cc:9:18: warning: unused variable 's' [-Wunused-variable]
int x,y[20]={0},s;
^
Main.cc:18:25: error: expected '}' at end of input
for(int j=i-1;j>=0;j--){
^