加载中...

摘要: ##空格分隔输入格式 递归做法 //3 5 2 - * 7 + #include<iostream> using namespace std; string s[105]; int bolan(int &i){ if(s[i][0]>='0'&&s[i][0]<='9'){ return atof( 阅读全文
posted @ 2022-09-21 18:40 biubidio 阅读(57) 评论(0) 推荐(0)