题解 2831: 画矩形 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;typedef long long ll;int main() {&n…… 题解列表 2025年01月13日 1 点赞 0 评论 129 浏览 评分:10.0
编写题解 2571: 蓝桥杯2020年第十一届省赛真题-回文日期(代码较长但易理解,注释清晰) 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int A(int x);int B(int p);int main(){i…… 题解列表 2025年01月13日 1 点赞 0 评论 349 浏览 评分:10.0
编写题解 2831: 画矩形 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;typedef long long ll;const int N=2e5…… 题解列表 2025年01月13日 1 点赞 0 评论 119 浏览 评分:2.0
编写题解 2831: 画矩形 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;typedef long long ll;const int N=2e5…… 题解列表 2025年01月13日 0 点赞 0 评论 80 浏览 评分:0.0
编写题解 3150: 蓝桥杯2023年第十四届省赛真题-冶炼金属(注释清晰,简单易懂) 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){int N;&nb…… 题解列表 2025年01月13日 6 点赞 0 评论 789 浏览 评分:10.0
内码对称求解 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){long long int n; …… 题解列表 2025年01月12日 0 点赞 0 评论 123 浏览 评分:0.0
盐水的故事 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){int vul,d,t=0;&…… 题解列表 2025年01月12日 0 点赞 0 评论 124 浏览 评分:0.0
模拟报数过程的直接解法 摘要:解题思路:注意事项:参考代码:#include<stdio.h>#include<stdlib.h>#include<string.h>int main(){&nb…… 题解列表 2025年01月12日 0 点赞 0 评论 320 浏览 评分:0.0
运用‘?’快速判断 摘要:解题思路:注意事项:参考代码:#include <stdio.h>int main(){ int a,b,c,max; &n…… 题解列表 2025年01月12日 14 点赞 0 评论 891 浏览 评分:10.0
超级简单易懂 摘要:解题思路:先按照行找到最大值,再按照列比对是否为最小值,匹配成功则输出鞍点注意事项:参考代码:l = []for i in range(5): s = list(map(in…… 题解列表 2025年01月12日 0 点赞 0 评论 244 浏览 评分:10.0