Run id: 146100
Main.cc:1:2: error: invalid preprocessing directive #incluse
#incluse
^
Main.cc: In function 'int main()':
Main.cc:5:5: error: 'cin' was not declared in this scope
cin>>y;
^
Main.cc:6:13: error: 'cout' was not declared in this scope
if(y<8) cout<<"You are too young!";
^
Main.cc:7:20: error: 'cout' was not declared in this scope
else if(y<=12) cout<<"Welcome to Junior Class!";
^
Main.cc:8:20: error: 'cout' was not declared in this scope
else if(y<=18) cout<<"Welcome to Senior Class!";
^
Main.cc:9:10: error: 'cout' was not declared in this scope
else cout<<"You are too old!";
^