Run id: 119656

Main.cc: In function 'int main()':
Main.cc:6:9: warning: comparison of constant '10' with boolean expression is always false [-Wbool-compare]
  if(1>=n>=10){
         ^
Main.cc:6:6: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses]
  if(1>=n>=10){
      ^
Main.cc: In function 'int main()':
Main.cc:15:5: error: redefinition of 'int main()'
 int main(){
     ^
Main.cc:3:5: note: 'int main()' previously defined here
 int main(){
     ^
Main.cc:18:9: warning: comparison of constant '10' with boolean expression is always false [-Wbool-compare]
  if(1>=n>=10){
         ^
Main.cc:18:6: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses]
  if(1>=n>=10){
      ^