int get_integers(apvector &list) { int input; cout<<"enter positive integers to be computer -1 to end"; cin>>input; while (intput!=-1) { list[0]++; list[input]++ cin>>input; } return list[0] }