题解 3074: 计算(calc)

来看看其他人写的题解吧!要先自己动手做才会有提高哦! 
返回题目 | 我来写题解

筛选

3074: 计算(calc)

摘要:参考代码: ```cpp #include using namespace std; stacknum;//存储数字 stackch;//存储字符 string str;//定义字符串 ……

3074: 计算(calc)

摘要:解题思路:自己看着代码 把案例过一遍 代码就明白了 自己再多敲几遍注意事项:参考代码:#include<bits/stdc++.h>using namespace std;stack<int>num;……