摘要: 习题(15-1) 前缀表达式 (1010) 1 #include <iostream> 2 #include<cstring> 3 using namespace std; 4 char str[100][20]; //定义一个字符数组,以空格为界,每行存放一个符号或数 5 int strcount 阅读全文
posted @ 2017-11-26 14:51 TobicYAL 阅读(777) 评论(0) 推荐(0) 编辑
摘要: 1069 浮点数加法 1 #include <iostream> 2 #include<stdlib.h> 3 #include<string> 4 using namespace std; 5 int main() 6 { 7 int point1, point2,point,len1,len2, 阅读全文
posted @ 2017-11-26 14:42 TobicYAL 阅读(930) 评论(0) 推荐(0) 编辑