只会暴力,在cmd窗口输入calc调出计算器一个一个算 摘要:#include <iostream> using namespace std; int main() { string s; cin>>s; if(s[1]==&…… 题解列表 2022年04月18日 0 点赞 0 评论 398 浏览 评分:8.0
大家就这样看看把。。。 摘要:解题思路:注意事项:参考代码:#include<iostream>using namespace std;int main(){ string str1; cin>>str1; in…… 题解列表 2022年04月15日 0 点赞 1 评论 906 浏览 评分:7.3
小南解题--纸张尺寸--58ms 摘要:zgn946 13:48 2022/6/12省赛时写的--小南'''for i in range(9): d=[max(b,c)//2,min(b,c)] d.s…… 题解列表 2022年06月12日 0 点赞 0 评论 653 浏览 评分:6.7
蓝桥杯2022年第十三届省赛真题-纸张尺寸(结构体) 摘要:解题思路:注意事项:参考代码:#include<stdio.h>typedef struct{ //定义结构体,构造数据类型z,分别存储长和宽 int l; int w;}z;i…… 题解列表 2023年02月22日 0 点赞 0 评论 274 浏览 评分:6.0
这是当时比赛的写的 摘要:解题思路:循环就完了注意事项:参考代码:n=1189m=841a=input()k=int(a[1])while k!=0: l=n//2 n=m m=l k-=1print(…… 题解列表 2022年04月29日 0 点赞 0 评论 816 浏览 评分:4.6
纸张尺寸(C++) 摘要:#include<iostream> using namespace std; int main() { int index = 0; string paper_type…… 题解列表 2024年03月10日 0 点赞 0 评论 206 浏览 评分:0.0
用列表展示 摘要:解题思路:注意事项:参考代码:m=input()A = {"A0":[1189,841],"A1":[841,594],"A2":[594,…… 题解列表 2025年06月10日 0 点赞 0 评论 58 浏览 评分:0.0
简单递归调用 摘要:str = input()def func(l,d,t): if t==0: if l>d: &nbs…… 题解列表 2025年04月11日 0 点赞 0 评论 150 浏览 评分:0.0
蓝桥杯2022年第十三届省赛真题-纸张尺寸 摘要:解题思路:注意事项:参考代码:n=input()match n: case 'A0': print(11…… 题解列表 2025年04月06日 4 点赞 0 评论 317 浏览 评分:0.0
蓝桥杯2022年第十三届省赛真题-纸张尺寸 摘要:解题思路:注意事项:参考代码:s = input().strip()n = int(s[1])a = 1189b = 841for i in range(n): a = a//2 if a…… 题解列表 2024年08月12日 4 点赞 0 评论 513 浏览 评分:0.0