后缀式求值
摘要:
# include <stdio.h> # include <string.h> struct node { int top; int a[1000]; }p; int main() { char ch[100]; gets(ch); p.top=0; for(int i=0 ; ch[i]!='# 阅读全文
posted @ 2013-10-09 08:35 随风浪子的博客 阅读(495) 评论(0) 推荐(0)
posted @ 2013-10-09 08:35 随风浪子的博客 阅读(495) 评论(0) 推荐(0)
posted @ 2013-09-25 18:25 随风浪子的博客 阅读(140) 评论(0) 推荐(0)
posted @ 2013-09-25 18:15 随风浪子的博客 阅读(142) 评论(0) 推荐(0)