Online Judge
Toggle navigation
C++题库系统 OJ
首页
问题列表
状态
排行榜
登录
首页
问题
19选班长II
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个月前
评论:
回复