Run id: 89181

Main.cc: In function 'int main()':
Main.cc:6:20: error: 'n' was not declared in this scope
     for(int i=0;i<=n-1;i++){
                    ^
Main.cc:12:4: error: expected ';' before '}' token
    }
    ^