题解列表

筛选

永远的丰碑 (C语言代码)

摘要:解题思路:注意事项:参考代码:#include <stdio.h>int main(void){ int i,j,z=0,max; int n[99],a[99][99],b[99]; for(i=0……