题解 1480: 模拟计算器 摘要:解题思路:这道题的严谨性问题,主要思路就是根据题意模拟。注意事项:首先我用if去做的这道题,因为用题目要求的switch去写,不能方便的避免除数为0的问题。同时,在求差、求商、取余运算的时候,本题也没…… 题解列表 2024年01月15日 0 点赞 0 评论 118 浏览 评分:0.0
1480: 模拟计算器1480: 模拟计算器1480: 模拟计算器1480: 模拟计算器1480: 模拟计算器1480: 模拟计算器1480: 模拟计算器1480: 模拟计算器1480: 模拟计算器1 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>usingnamespacestd;intmain(){ inta,b;&…… 题解列表 2024年01月07日 0 点赞 0 评论 53 浏览 评分:6.0
1480: 模拟计算器 摘要:解题思路:注意事项:case后是‘符号’参考代码:#include<bits/stdc++.h>usingnamespacestd;intmain(){&n…… 题解列表 2024年01月06日 0 点赞 0 评论 39 浏览 评分:9.9
编写题解 1480: 模拟计算器 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>usingnamespacestd;intmain(){ inta,b;&…… 题解列表 2024年01月06日 0 点赞 0 评论 45 浏览 评分:0.0
题解 1480: 模拟计算器 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>usingnamespacestd;intmain(){ inta,b;&…… 题解列表 2024年01月06日 0 点赞 0 评论 42 浏览 评分:0.0
题解 1480: 模拟计算器 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>usingnamespacestd;intmain(){ inta,b;&…… 题解列表 2024年01月06日 0 点赞 0 评论 97 浏览 评分:9.9
java--study||O.o 摘要:参考代码:import java.util.Scanner; public class Main{ &…… 题解列表 2024年01月06日 0 点赞 0 评论 48 浏览 评分:9.9
1480: 模拟计算器 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;int main(…… 题解列表 2023年12月31日 0 点赞 0 评论 36 浏览 评分:9.9
题解 1480: 模拟计算器 摘要:解题思路:注意事项:参考代码:#include<stdio.h>intmain(){ inta,b; charc…… 题解列表 2023年12月30日 0 点赞 0 评论 51 浏览 评分:9.9
模拟计算器--java语言 摘要:解题思路:注意事项:输入字符的写法非nextChar() 正确写法为:next().charAt(0)参考代码:import java.util.Scanner;p…… 题解列表 2023年12月06日 0 点赞 0 评论 30 浏览 评分:0.0