Main.cc: In function 'int main()': Main.cc:8:20: error: 'm' was not declared in this scope for(int i=1;i<=m;i++) ^ Main.cc:18:11: error: 'l' was not declared in this scope cout>>l; ^