Run id: 150763
Main.cc:2:7: error: expected nested-name-specifier before 'nameaspace'
using nameaspace std;
^
Main.cc: In function 'int maina()':
Main.cc:5:1: error: 'cdin' was not declared in this scope
cdin>>x>>w;
^
Main.cc:5:7: error: 'x' was not declared in this scope
cdin>>x>>w;
^
Main.cc:5:10: error: 'w' was not declared in this scope
cdin>>x>>w;
^
Main.cc:8:7: error: expected ';' before 'x'
e=e++x;
^
Main.cc:8:8: warning: operation on 'e' may be undefined [-Wsequence-point]
e=e++x;
^
Main.cc:10:1: error: 'cout' was not declared in this scope
cout.<