题解列表
回文数字-将数字转换为字符串进行比较
摘要:解题思路:注意事项:参考代码:#include <iostream>#include <string>#include <cmath>using namespace……
报时助手·——最朴实无华的解法
摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;string hour[]={"zero", &qu……
考察datetime的使用
摘要:from datetime import *sta = datetime(1970, 1, 1, 0, 0, 0)for _ in range(int(input())):&n……
蓝桥杯2022年第十三届省赛真题-纸张尺寸
摘要:解题思路:注意事项:参考代码:n=input()match n: case 'A0': print(11……
1734: 二叉树遍历 递归
摘要:voidprintlast(stringpre,stringmid){//判空&nb……