Run id: 139091

Main.cc:5:6: 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){
                         ^