题解列表

筛选

C语言简单方法

摘要:解题思路:注意事项:参考代码:#include <stdio.h>#define m 1000int main(){ int i,n,ma,a[m],s; s=0; scanf("……