Run id: 133138

Main.cc: In function 'int main()':
Main.cc:6:6: warning: comparison of constant '100' with boolean expression is always true [-Wbool-compare]
  a>=0<=100;
      ^
Main.cc:6:3: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses]
  a>=0<=100;
   ^
Main.cc:6:11: warning: statement has no effect [-Wunused-value]
  a>=0<=100;
           ^
Main.cc:7:3: warning: statement has no effect [-Wunused-value]
  a%2;
   ^
Main.cc:9:2: error: expected ';' before 'cout'
  cout<<"no" 
  ^