题解列表

筛选

筛排处理 (C语言代码)

摘要:#include <stdio.h>int main(){     int i,j,t,count,N;     int a[100];     while(scanf("%d",&N)&&N)   ……