Run id: 132292

Main.cc: In function 'int main()':
Main.cc:10:9: error: 'i' was not declared in this scope
     for(i=1;i<=20;i++){
         ^
Main.cc:13:1: error: expected '}' at end of input
 }
 ^