Run id: 125042

Main.cc: In function 'int main()':
Main.cc:61:18: error: 'n' was not declared in this scope
   for(int i=1;i<=n;i++){
                  ^
Main.cc:65:18: error: 'n' was not declared in this scope
   for(int i=1;i<=n;i++){
                  ^