Run id: 150042

Main.cc: In function 'int main()':
Main.cc:4:28: error: a function-definition is not allowed here before '{' token
  void print(vector& a){
                            ^
Main.cc:30:1: error: expected '}' at end of input
 }
 ^