运行 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; 
          ^