Main.cc: In function 'void qww()': Main.cc:5:9: error: 'i' was not declared in this scope for(i=x;i<=y;i++){ ^ Main.cc:5:11: error: 'x' was not declared in this scope for(i=x;i<=y;i++){ ^ Main.cc:5:16: error: 'y' was not declared in this scope for(i=x;i<=y;i++){ ^ Main.cc:7:2: error: 's' was not declared in this scope s++; ^ Main.cc:9:7: error: 's' was not declared in this scope cout<