Run id: 98954

Main.cc: In function 'int main()':
Main.cc:10:5: error: expected initializer before 'cin'
     cin>>n>>m;
     ^
Main.cc:11:14: error: 'm' was not declared in this scope
     cout<<(n+m)*2<