题解列表

筛选

校门外的树 (C语言代码)

摘要:解题思路:注意事项:参考代码:#include <stdio.h>int a[10001];int main(){int n,i=0,j=0,m=0,sum=0,p=0,q=0;scanf("%d %……