Run id: 119657
Main.cc: In function 'int main()':
Main.cc:7:15: warning: comparison of constant '10' with boolean expression is always false [-Wbool-compare]
cout<=n>=10;
^
Main.cc:7:12: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses]
cout<=n>=10;
^
Main.cc:7:19: warning: right operand of comma operator has no effect [-Wunused-value]
cout<=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:19:15: warning: comparison of constant '10' with boolean expression is always false [-Wbool-compare]
cout<=n>=10;
^
Main.cc:19:12: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses]
cout<=n>=10;
^
Main.cc:19:19: warning: right operand of comma operator has no effect [-Wunused-value]
cout<=n>=10;
^