1480-普普通通的解题方法 摘要:解题思路:注意事项:用scanf写输入格式时,如果只想写一行,注意两个%d之后加一个空格再接%c。参考代码:#include<stdio.h>int ch(char c){ if (c == '…… 题解列表 2024年11月23日 0 点赞 0 评论 821 浏览 评分:0.0
无限堆史山代码,就是推 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int a,b;char c;int main(){ scanf("%d %d %c&q…… 题解列表 2026年02月03日 0 点赞 0 评论 206 浏览 评分:0.0
用match case写 摘要:解题思路:注意事项:除法取的整除//参考代码:a,b,c=input().split()a=int(a)b=int(b)match c: case "+"…… 题解列表 2026年03月13日 1 点赞 0 评论 119 浏览 评分:10.0
C++实现模拟计算器 摘要:解题思路:注意事项:参考代码:#include<iostream>using namespace std;int main(){ int a,b; &…… 题解列表 2026年04月23日 0 点赞 0 评论 78 浏览 评分:0.0