运行 ID: 73759

Main.cc: In function ‘int main()’:
Main.cc:10:13: error: expected initializer before ‘+=’ token
      int sum+=i;
             ^~
Main.cc:12:11: error: ‘sum’ was not declared in this scope
     cout<