Main.cc: In function 'int main()':
Main.cc:9:10: error: 'year' was not declared in this scope
cin>>year;
^
Main.cc:18:13: error: 'C' was not declared in this scope
if(c>a&&C>b){
^
Main.cc:22:1: error: expected '}' at end of input
}
^