Run id: 133640

Main.cc: In function 'int main()':
Main.cc:5:4: error: 'cin' was not declared in this scope
    cin>>N>>M; 
    ^
Main.cc:6:4: error: 'cout' was not declared in this scope
    cout<<2*N+2*M<<" "<