最长字符(sf12k) 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;int main(){ string s;&n…… 题解列表 2025年06月02日 0 点赞 0 评论 322 浏览 评分:0.0
质子(sf12a) 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;const int N=10010;int cheak(int x){ …… 题解列表 2025年06月04日 0 点赞 0 评论 288 浏览 评分:0.0
式子的质子式(sf12b) 摘要:解题思路:注意事项:最后一个质子后面不跟*参考代码:#include<bits/stdc++.h>using namespace std;const int N=10010;int che…… 题解列表 2025年06月04日 0 点赞 0 评论 296 浏览 评分:0.0
高精度乘法(sf11从) 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;typedef long long ll;// 用字符串存储大数,避免数…… 题解列表 2025年06月05日 0 点赞 0 评论 448 浏览 评分:0.0
高精度加法(sf11d) 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;typedef long long ll;// 用字符串存储大数,避免数…… 题解列表 2025年06月05日 0 点赞 0 评论 420 浏览 评分:0.0
这个题不考虑空格——第一个测试点不通过的原因 摘要:解题思路:之前用getchar()获得字符(\n结束),统计长度后正反各输出一次。然后第一个测试点死活不通过。红温过后使用scanf("%s",&str)即可。注意事项:呕…… 题解列表 2025年06月05日 0 点赞 0 评论 694 浏览 评分:0.0
高精度乘法(sf11f) 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;typedef long long ll;// 用字符串存储大数,避免数…… 题解列表 2025年06月05日 0 点赞 0 评论 283 浏览 评分:0.0
统计(sf9b) 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ int n,x,cnt=0; cin>&…… 题解列表 2025年06月05日 0 点赞 0 评论 245 浏览 评分:0.0
快速幂(sf8d) 摘要:解题思路:我也看不懂注意事项:参考代码:#include<bits/stdc++.h>using namespace std;typedef long long ll;const ll N…… 题解列表 2025年06月05日 0 点赞 0 评论 264 浏览 评分:0.0
两集合的交集(sf5c) 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;typedef long long ll;const ll N=1000…… 题解列表 2025年06月05日 0 点赞 0 评论 315 浏览 评分:0.0