Main.cc: In function ‘int main()’: Main.cc:20:8: error: ‘m’ was not declared in this scope cin>>m>>n; ^ Main.cc:20:11: error: ‘n’ was not declared in this scope cin>>m>>n; ^