Main.cc: In function 'int main()':
Main.cc:10:18: error: 'getlien' was not declared in this scope
getlien(cin,a)
^
Main.cc:11:17: error: 'i' was not declared in this scope
for(int i=0;i<=a.size();i++){
^
Main.cc:9:9: warning: unused variable 'b' [-Wunused-variable]
int b[50]={0},q=0,z=0;
^