Run ID: 3340

Main.cc: In function β€˜int main()’:
Main.cc:10:15: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
  for(int i=1;i=10;i++){
              ~^~~
Main.cc:14:10: error: expected β€˜}’ at end of input
  return 0; 
          ^