题解列表
编写题解 3000: 交换值
摘要:解题思路:注意事项:参考代码:a=input().split(' ')b=a[1]c=a[0]print(b,c)……
2918成绩排序--链表实现
摘要:解题思路:链表实现注意事项:参考代码:#include <stdio.h>#include <stdlib.h>#include <string.h>typedef……
2889--扫雷游戏地雷数计算
摘要:解题思路:哈哈哈,我看那个方向答案对我太难理解,只能自己硬着头皮手搓一个了,道爷我成了!!!注意事项: 自己看,事实上,你先自己按自己的思路敲,发现问题,总结问题,再问豆包,化简整改代码,其中你会遇到……
1226: 方砖问题 直观图解
摘要:#include using namespace std;int main() { int n = 0,a=0,min=0; cin >> n; for (int i = 0; i……
2905: 最大值和最小值的差
摘要:解题思路:注意事项:参考代码:#include<iostream>#include<iomanip>#include<cmath>using……
思路简单适合新手,无swap
摘要:#include#includeusing namespace std;int input(int nu[]){ for(int i = 0;i>nu[i]; }……
编写题解 2780: 奇偶数判断
摘要:#include<bits/stdc++.h>using namespace std;int main(){ int i; ……
二级C语言-计负均正
摘要:解题思路:注意事项:参考代码:#include<iostream>using namespace std;int main(){ int n; &nb……