Run id: 128833
Main.cc:28:2: error: stray '#' in program
}#include // cin\cout\endl
^
Main.cc: In function 'int main()':
Main.cc:9:8: error: 'a' was not declared in this scope
if(a==0&&b==1){
^
Main.cc:9:14: error: 'b' was not declared in this scope
if(a==0&&b==1){
^
Main.cc: At global scope:
Main.cc:28:3: error: 'include' does not name a type
}#include // cin\cout\endl
^
Main.cc: In function 'int main()':
Main.cc:33:5: error: redefinition of 'int main()'
int main(){
^
Main.cc:6:5: note: 'int main()' previously defined here
int main(){
^
Main.cc:36:8: error: 'a' was not declared in this scope
if(a==0&&b==1){
^
Main.cc:36:14: error: 'b' was not declared in this scope
if(a==0&&b==1){
^