题解列表

筛选

二维数组的转置

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

1042: [编程入门]电报加密

摘要:解题思路:注意事项:参考代码:#include <iostream> #include <string> using namespace std; int main() {     st……

1130: C语言训练-数字母

摘要:解题思路:注意事项:参考代码:#include <iostream> #include <string> using namespace std; int main() {     st……