运行 ID: 3078

Main.cc: In function ‘int main()’:
Main.cc:6:2: error: expected ‘,’ or ‘;’ before ‘for’
  for(int i=1;i<=10;i++){
  ^~~
Main.cc:6:14: error: ‘i’ was not declared in this scope
  for(int i=1;i<=10;i++){
              ^