题解列表

筛选

蛇行矩阵-题解(C语言代码)

摘要:```c 最简单的计算方法,一看就懂,找到规律就行了。 #include int main() { int N; int row,first=1; int add; ……