编写题解 1011: [编程入门]最大公约数与最小公倍数 摘要: #includeusing namespace std ;int main(){ int t = 1 ; int m,n ; cin>>m>>n ;…… 题解列表 2025年06月05日 0 点赞 0 评论 810 浏览 评分:2.0
高精度加法(sf11d) 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;typedef long long ll;// 用字符串存储大数,避免数…… 题解列表 2025年06月05日 0 点赞 0 评论 257 浏览 评分:0.0
高精度乘法(sf11从) 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;typedef long long ll;// 用字符串存储大数,避免数…… 题解列表 2025年06月05日 0 点赞 0 评论 272 浏览 评分:0.0
式子的质子式(sf12b) 摘要:解题思路:注意事项:最后一个质子后面不跟*参考代码:#include<bits/stdc++.h>using namespace std;const int N=10010;int che…… 题解列表 2025年06月04日 0 点赞 0 评论 198 浏览 评分:0.0
质子(sf12a) 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;const int N=10010;int cheak(int x){ …… 题解列表 2025年06月04日 0 点赞 0 评论 180 浏览 评分:0.0
结构体之时间设计 摘要:解题思路:结构体注意事项:判断闰年参考代码:#include<bits/stdc++.h>using namespace std;struct year_month_day{int yea…… 题解列表 2025年06月03日 1 点赞 0 评论 236 浏览 评分:10.0
最长字符(sf12k) 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;int main(){ string s;&n…… 题解列表 2025年06月02日 0 点赞 0 评论 207 浏览 评分:0.0
stringstream /set去重(sf12j) 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;int main(){ strin…… 题解列表 2025年06月02日 0 点赞 0 评论 168 浏览 评分:0.0
getline输入字符串可包含空格(sf12i) 摘要:解题思路:注意事项:' '和" "不同参考代码:#include<bits/stdc++.h>using namespace std;int main(…… 题解列表 2025年06月02日 0 点赞 0 评论 202 浏览 评分:0.0
map办法(sf12h) 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;int main(){ string s; cin>>s; …… 题解列表 2025年06月02日 0 点赞 0 评论 164 浏览 评分:0.0