int i=0,j=0,n=0,A=0,B=0,C=0; int arr[10001]={0}; while(1) { cin >> arr[i]; if(arr[i]==-1) break; i++; n++; } f

张之隽  •  10个月前


 


评论: