Main.cc: In function 'int main()':
Main.cc:12:13: error: 'cont' was not declared in this scope
cont<<"No";
^
Main.cc: At global scope:
Main.cc:17:5: error: 'cout' does not name a type
cout<<"Yes";
^
Main.cc:18:5: error: expected unqualified-id before 'return'
return 0;
^
Main.cc:19:1: error: expected declaration before '}' token
}
^