2862: 字符串移位包含问题 摘要:``` #include using namespace std; const int N=10010; char a[N],b[N]; int main(){ cin>>a>>b; i…… 题解列表 2023年12月17日 0 点赞 0 评论 263 浏览 评分:9.9
2779: 输出绝对值 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ double x; cin >> x ; …… 题解列表 2023年12月17日 0 点赞 0 评论 139 浏览 评分:0.0
题解 2862: 字符串移位包含问题 摘要: #include using namespace std; const int N=200000; char a[N],b[N]; int main()…… 题解列表 2023年12月17日 0 点赞 0 评论 192 浏览 评分:0.0
2862: 字符串移位包含问题 摘要: #include using namespace std; const int N=100010; char a[N],b[N]; int main()…… 题解列表 2023年12月17日 0 点赞 0 评论 286 浏览 评分:0.0
2779: 输出绝对值 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ double x; cin >> x ; …… 题解列表 2023年12月17日 0 点赞 0 评论 187 浏览 评分:0.0
2787: 有一门课不及格的学生 摘要:解题思路:注意事项:有一门课几个另一门课一定不及格参考代码:#include <iostream>using namespace std;int main(){ int x,y; cin …… 题解列表 2023年12月17日 0 点赞 0 评论 157 浏览 评分:9.9
2784: 收集瓶盖赢大奖 摘要:解题思路:注意事项:||是或者参考代码:#include <iostream>using namespace std;int main(){ int x,y; cin >> x >>y ;…… 题解列表 2023年12月17日 0 点赞 0 评论 159 浏览 评分:0.0
2782: 整数大小比较 摘要:解题思路:注意事项:参考代码:#include <iostream>using namespace std;int main(){ int x,y; cin >> x >>y ; i…… 题解列表 2023年12月17日 0 点赞 0 评论 211 浏览 评分:0.0
题解 1783: 星期判断机 摘要:解题思路:注意事项:参考代码:#include<iostream>using namespace std;int main(){ int a; cin>>a; switch(a) …… 题解列表 2023年12月17日 0 点赞 0 评论 131 浏览 评分:0.0
3006: 适合晨练 摘要:解题思路:注意事项:25<=t<=30应为(25<=t && t<=30)参考代码:#include <iostream>using namespace std;int main(){ int …… 题解列表 2023年12月17日 0 点赞 0 评论 211 浏览 评分:0.0