题解列表

筛选

校门外的树

摘要: #include using namespace std; int main() { int L, M, x, y, num = 0; ……

二维数组的转置

摘要: #include using namespace std; void fun() { int a[3][3], i, j,t; for (……