题解列表

筛选

选 择 排 序

摘要: #include//选择排序 using namespace std; int main() { int a[100], t, i, j; ……

数组插入处理

摘要: #include using namespace std; int main() { int a[10]; int……

c数字逆序输出

摘要:解题思路:两个数组注意事项:参考代码:#include<stdio.h>int main(){ int a[10]; int i,j; for(i=0;i<10;i++) { scanf("%d",&……

1130: C语言训练-数字母

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

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

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