C# 2021: 坐标排序 摘要:```cpp #include using namespace std; struct fun { int x; int y; int z; }s[10000]…… 题解列表 2022年08月06日 0 点赞 0 评论 907 浏览 评分:0.0
1743: 大整数排序 (string数组,sort自定义) 摘要:```cpp #include using namespace std; string num[10005];//利用string进行大数存储 int n; bool cmp(string …… 题解列表 2022年08月06日 0 点赞 0 评论 490 浏览 评分:0.0
1111111111111111111111111111111111111111111 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;int ch(int t){ if(t%2!=0) return 1; else r…… 题解列表 2022年08月06日 0 点赞 0 评论 428 浏览 评分:0.0
11111111111111111111111111111111111 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;int main(){ int n,t; cin>>n; while(n--) { …… 题解列表 2022年08月06日 0 点赞 0 评论 501 浏览 评分:0.0
1111111111111111111111111111111111111111111111111111111111111 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;int main(){ string str1="(DJTU)"; char str…… 题解列表 2022年08月06日 0 点赞 0 评论 498 浏览 评分:0.0
1111111111111111111111111111111111111111111111111111111 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;int main(){ set<string> v; string s; while…… 题解列表 2022年08月06日 0 点赞 0 评论 383 浏览 评分:0.0
链表的基本操作(C语言版) 摘要: #include #include #include //C语言网:题目 1676: 数据结构-链表的基本操作 typed…… 题解列表 2022年08月06日 0 点赞 0 评论 416 浏览 评分:0.0
111111111111111111111111111111111111111111111111111111111111111111 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;int main(){ int n; float m; cin>>n>>m; dou…… 题解列表 2022年08月06日 0 点赞 0 评论 524 浏览 评分:0.0
111111111111111111111111111111111111111111111111111111111111111111 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;int ch(int x,int y){ return x>y;}int main(…… 题解列表 2022年08月06日 0 点赞 0 评论 369 浏览 评分:0.0
111111111111111111111111111111111111111111111111111111111111 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ int n,i,j,a[100][100]; while(scanf("%d",&n)==1) …… 题解列表 2022年08月06日 0 点赞 0 评论 683 浏览 评分:0.0