摘要:
//计算器程序//可以计算正实数的四则混合运算//完成于07年6月3日 17:06#include<iostream>#include<sstream>#include<string>#include<iterator>#include<algorithm>#include<stack>using namespace std;const string operstr("+-*/()#"); // + - * / ( ) #int gradation[7][7]={ 1, 1,-1,-1,-1, 1, 1 阅读全文
posted @ 2012-09-18 14:58
崇山峻岭
阅读(402)
评论(0)
推荐(0)

浙公网安备 33010602011771号