Run id: 139092

Main.cc:5:1: error: expected ';' before 'int'
 int main(){ 
 ^
Main.cc: In function 'int main()':
Main.cc:11:25: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
      if(month=1&&day<=24){
                         ^