Run id: 148219
Main.cc: In function 'int main()':
Main.cc:12:5: error: 'in' was not declared in this scope
in year;
^
Main.cc:16:10: error: 't' was not declared in this scope
cin>>t;
^
Main.cc:18:14: error: 'year' was not declared in this scope
cin>>year>>month>>day;
^
Main.cc:23:60: error: expected identifier before '(' token
if(((run(year)==366&&(month<=2))||(((18+year)%4==0?&&(month>=3))){
^
Main.cc:23:60: error: expected ':' before '(' token
Main.cc:23:72: error: expected ')' before '{' token
if(((run(year)==366&&(month<=2))||(((18+year)%4==0?&&(month>=3))){
^
Main.cc:25:43: error: expected ')' before 'else'
}else{
^
Main.cc:28:40: error: expected ';' before ')' token
for(int i=year+1;i<=(year+17);i++){
^
Main.cc:40:17: error: expected '}' at end of input
return 0;
^
Main.cc:40:17: error: expected '}' at end of input
Main.cc:15:9: warning: unused variable 's' [-Wunused-variable]
int s=0;
^
Main.cc:40:17: error: expected '}' at end of input
return 0;
^