运行 ID: 51567

Main.cc: In function ‘int main()’:
Main.cc:8:9: error: ‘i’ was not declared in this scope
     for(i=0;i<10;i++){
         ^
Main.cc:10:9: error: ‘i’ was not declared in this scope
     for(i=0;i<10;i++){
         ^