帅的一天被人砍三回
帅的一天被人砍三回
全部文章
分类
归档
标签
去牛客网
登录
/
注册
帅的一天被人砍三回的博客
全部文章
(共37篇)
题解 | skew数
#define _CRT_SECURE_NO_WARNINGS #include <stdio.h> #include <string> using namespace std; int multiple(int k) { int er = 1; for (i...
2025-03-06
0
39
题解 | 字母统计
#define _CRT_SECURE_NO_WARNINGS #include <stdio.h> #include <vector> #include <string> #include <algorithm> using namespace st...
2025-03-06
0
48
题解 | 找最小数
#include <stdio.h> #include <algorithm> #include <vector> using namespace std; struct xy{ int x; int y; }; bool compare(xy l...
2025-03-04
0
45
题解 | 找x
#define _CRT_SECURE_NO_WARNINGS #include <stdio.h> #include <algorithm> #include <vector> using namespace std; int main() { int n,x...
2025-03-04
0
55
题解 | 小白鼠排队
#include <stdio.h> #include <algorithm> #include <vector> using namespace std; struct whiterat{ int kg; char maozi[20]; }; ...
2025-03-03
0
46
题解 | 特殊排序
#include <stdio.h> #include <vector> #include <algorithm> using namespace std; int main(){ int N; scanf("%d",&N); v...
2025-03-03
0
45
题解 | Hello World for U
#include <stdio.h> #include <string.h> using namespace std; int main() { int n1,n2=3,n3,k=0; int i=0,j=0,n=0; char str; char i...
2025-02-28
0
49
首页
上一页
1
2
3
4
下一页
末页