题解列表
1310: 表达式计算4
摘要:```cpp
#include
#include
using namespace std;
stacknum;
stackop;
int qmi(int a,int b)
{
……
对称二叉树(tree_c)
摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>
using namespace std;
string a;
int s,s1;
int main()
{
……
1004: [递归]母牛的故事c++实现
摘要:# 题目 1004: [递归]母牛的故事
**以下仅为我个人的做法,请多多指教**
**方法一:**
```c++
#include
using namespace std;
int……
ASCll码巧解约束项
摘要:解题思路:根据题目所列条件,我们要根据switch语句来模拟计算器,但是switch语句又不能直接根据字符来选出情况(即case后面不能直接跟'+'),所以我们可以找到一个中间量:即将……