L1-020 帅到没朋友(如何补零) 摘要://注意若朋友圈只有一个朋友(自己)也算没朋友//行末不能有空格#include<iostream>#include<iomanip>&nb…… 文章列表 2025年02月18日 0 点赞 0 评论 1837 浏览 评分:0.0
L1-023 输出GPLT 摘要://注意细节处理,最后的输出#include<iostream>usingnamespacestd;strings;inta…… 文章列表 2025年02月18日 0 点赞 0 评论 2388 浏览 评分:0.0
L1-025 正整数A+B 摘要://获取字符串字符串判断#include<iostream>usingnamespacestd;stringa,b;bool…… 文章列表 2025年02月19日 0 点赞 0 评论 2024 浏览 评分:0.0
L1-033 出生年 摘要://可以在输入年份数上加10000这样可以更好解决前边补零的问题#include<iostream>#include<cstring>using&nbs…… 文章列表 2025年02月20日 0 点赞 0 评论 1816 浏览 评分:0.0
题目 3211: 蓝桥杯2024年第十五届省赛真题-宝石组合(得一半分数就够了) 摘要: #include using namespace std; int gcd(int a, int b) { return b? gcd(b,a…… 文章列表 2025年02月23日 0 点赞 0 评论 1736 浏览 评分:0.0
L1-043 阅览室(坑) 摘要:借书最后一个有效还书第一个有效#include<iostream>#include<cmath>usingnamespacest…… 文章列表 2025年02月28日 0 点赞 0 评论 1837 浏览 评分:0.0
43: 蓝桥杯历届试题-数字游戏//未完成 摘要:#include<iostream>using namespace std;long long j(long long n){ long long sum = 0; for (long l…… 文章列表 2025年03月10日 2 点赞 0 评论 1438 浏览 评分:0.0
[GESP202406 四级] 黑白方块 摘要:## [B4005 [GESP202406 四级] 黑白方块](https://www.luogu.com.cn/problem/B4005)```cpp#includeusing n…… 文章列表 2025年03月16日 1 点赞 0 评论 861 浏览 评分:0.0
3234 蓝桥杯2024年第十五届省赛真题-连连看 摘要:仅记录m,n=map(int,input().split())a=[list(map(int,input().split())) for _ in range(m)]str1=[[-1]*2000 f…… 文章列表 2025年03月24日 0 点赞 0 评论 3730 浏览 评分:0.0
3235 蓝桥杯2024年第十五届省赛真题-神奇闹钟 摘要:仅记录,学习了datetime库from datetime import datetime,timedeltan=int(input())end=[]for i in range(n): …… 文章列表 2025年03月24日 0 点赞 0 评论 4174 浏览 评分:0.0