题解列表

筛选

[出圈]-题解(C语言代码)

摘要:就用数组循环做的,没用公式,也没用链表。 ```c #include #define MAX 100000 int main() { int m,n; while(scanf("……