Run id: 105394
Main.cc: In function 'int main()':
Main.cc:9:10: error: 'year' was not declared in this scope
cin>>year;
^
Main.cc:10:10: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses]
if((a>b>c)||(a>c>b){
^
Main.cc:10:19: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses]
if((a>b>c)||(a>c>b){
^
Main.cc:10:24: error: expected ')' before '{' token
if((a>b>c)||(a>c>b){
^
Main.cc:22:1: error: expected statement at end of input
}
^
Main.cc:22:1: error: expected '}' at end of input