题解列表
C语言 指针解决问题
摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main ( ){ int n=0 ; &n……
1728: 字符串的查找删除 来看看吧 万一看懂了呢
摘要:解题思路:注意事项:参考代码:#include"bits/stdc++.h"
using namespace std;
void f(string……
: 二级C语言-分段函数
摘要:解题思路:注意事项:参考代码:#include<stdio.h>#include<math.h>double h(double x){ if(x<……
二级C语言-温度转换
摘要:解题思路:注意事项:参考代码:#include<stdio.h>int a[51];int b[51];int main(){ a[0]=-100; ……
1739: 成绩排序 sort+结构体 包看懂
摘要:解题思路:注意事项:参考代码:#include"bits/stdc++.h"
using namespace std;
// 定义结构体xs,包含……
1740: 特殊排序 题目都不描述清楚!!!
摘要:解题思路:注意事项: 如果只有1个数则取出这个数输出-1如 &nb……
1268: 第K极值
摘要:解题思路:注意事项:参考代码:#include"bits/stdc++.h"
using namespace std;
bool f(int&nb……
字符串内排序 vector
摘要:解题思路:注意事项:参考代码:#include"bits/stdc++.h"
using namespace std;
int main(){
……