编写题解 2664: 蓝桥杯2022年第十三届省赛真题-求和(注释清晰,简单易懂) 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){int n;&nb…… 题解列表 2025年01月13日 6 点赞 0 评论 586 浏览 评分:10.0
题解 2831: 画矩形 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;typedef long long ll;int main() {&n…… 题解列表 2025年01月13日 1 点赞 0 评论 131 浏览 评分:10.0
编写题解 2831: 画矩形 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;typedef long long ll;const int N=2e5…… 题解列表 2025年01月13日 1 点赞 0 评论 122 浏览 评分:2.0
编写题解 2831: 画矩形 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;typedef long long ll;const int N=2e5…… 题解列表 2025年01月13日 0 点赞 0 评论 82 浏览 评分:0.0
内码对称求解 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){long long int n; …… 题解列表 2025年01月12日 0 点赞 0 评论 125 浏览 评分:0.0
盐水的故事 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){int vul,d,t=0;&…… 题解列表 2025年01月12日 0 点赞 0 评论 125 浏览 评分:0.0
模拟报数过程的直接解法 摘要:解题思路:注意事项:参考代码:#include<stdio.h>#include<stdlib.h>#include<string.h>int main(){&nb…… 题解列表 2025年01月12日 0 点赞 0 评论 321 浏览 评分:0.0
运用‘?’快速判断 摘要:解题思路:注意事项:参考代码:#include <stdio.h>int main(){ int a,b,c,max; &n…… 题解列表 2025年01月12日 14 点赞 0 评论 895 浏览 评分:10.0
超级简单易懂 摘要:解题思路:先按照行找到最大值,再按照列比对是否为最小值,匹配成功则输出鞍点注意事项:参考代码:l = []for i in range(5): s = list(map(in…… 题解列表 2025年01月12日 0 点赞 0 评论 245 浏览 评分:10.0
会调用函数就可以 摘要:解题思路:注意事项:注意比较输入两个数的大小参考代码:#include <stdio.h>int c(int n) { int length = 1; // 初始…… 题解列表 2025年01月12日 1 点赞 0 评论 184 浏览 评分:0.0