Run id: 123311
Main.cc:9:29: error: stray '#' in program
cout<<(m+n)*2<<" "< // cin\cout\endl
^
Main.cc: In function 'int main()':
Main.cc:9:30: error: 'include' was not declared in this scope
cout<<(m+n)*2<<" "< // cin\cout\endl
^
Main.cc:9:46: error: expected primary-expression before '>' token
cout<<(m+n)*2<<" "< // cin\cout\endl
^
Main.cc:13:1: error: expected primary-expression before 'using'
using namespace std;
^
Main.cc:14:11: error: a function-definition is not allowed here before '{' token
int main(){
^
Main.cc:19:1: error: expected '}' at end of input
}
^