Coming680
Coming680
全部文章
题解
归档
标签
去牛客网
登录
/
注册
德林恩宝的牛客博客
CSDN访问链接baolin.blog.csdn.net
全部文章
/ 题解
(共105篇)
题解 | #查找#
#include<iostream> #include<algorithm> using namespace std; int main() { std::ios::sync_with_stdio(false); int n,m,left,right,temp...
C++
2022-01-25
0
343
题解 | #成绩排序#
#include<iostream> #include<algorithm> #include<map> #include<vector> using namespace std; bool cmp1(const pair<string, int...
C++
2022-01-24
0
343
题解 | #Day of Week#
#include<iostream> #include<map> using namespace std; int main() { map<string,int> mp; map<int,string> Mp; mp["Jan...
C++
2022-01-20
0
469
题解 | #打印日期#
#include<iostream> #include<string> using namespace std; int main() { int year, day, month, _day; int* m = new int[12]{ 31,28,31,3...
C++
2022-01-20
0
401
题解 | #Hello World for U#
#include<iostream> #include<algorithm> using namespace std; int main() { string str; cin >> str; int len = str.size(); ...
C++
2022-01-20
0
461
首页
上一页
2
3
4
5
6
7
8
9
10
11
下一页
末页