奔放的芭乐在做ppt
奔放的芭乐在做ppt
全部文章
分类
归档
标签
去牛客网
登录
/
注册
奔放的芭乐在做ppt的博客
全部文章
(共38篇)
题解 | #成绩排序#
#include<algorithm> #include<cstdio> #include<iostream> #include<cstring> using namespace std; typedef struct student{ int id...
2023-05-06
0
232
题解 | #成绩排序#
#include<algorithm> #include<cstdio> using namespace std; typedef struct student{ int xuehao; int score; }student; bool com(student left...
2023-05-06
0
228
题解 | #整数奇偶排序#
#include<algorithm> #include<cstdio> #include<iostream> using namespace std; bool com(int left,int right) { if(left%2!=0&&righ...
2023-05-06
0
305
题解 | #排序#
#include<algorithm> #include<cstdio> using namespace std; int main() { int n; int a[110]; scanf("%d",&n); for(int i=0;i<n;i++) { ...
2023-05-06
0
194
题解 | #手机键盘#
//字符串测试 #include<cstdio> #include<iostream> #include<map> #include<string> using namespace std; char a[100]; int main() { str...
2023-04-26
0
287
题解 | #手机键盘#
#include<cstdio> #include<iostream> #include<map> #include<string> using namespace std; char a[100]; int main() { string s1; ...
2023-04-26
0
288
题解 | #剩下的树#
#include<cstdio> #include<iostream> using namespace std; int main() { int a[10010]={0}; //两个整数L(1<=L<=10000)和M(1<=M<=100)。 ...
2023-04-25
0
199
题解 | #Hello World for U#
#include<cstdio> #include<iostream> #include<string> using namespace std; int main() { char n[81]={0}; char a[80][80]={0}; int nl...
2023-04-25
0
285
题解 | #Hello World for U#
#include <bits/stdc++.h> using namespace std; int main(){ string str; //n1=n3 && n1+n2+n3=N+2 所以n1 max=(N+2)/3 cin>>str; int len=st...
2023-04-25
0
230
题解 | #xxx定律#
#include<cstdio> #include<iostream> #include<string> using namespace std; int main() { int n; int count=0; // cin>>n; int t...
2023-04-24
0
178
首页
上一页
1
2
3
4
下一页
末页