摘要:
示例输入(基本操作数都是一位正整数!)59*684/-3*+#示例输出57 1 #include 2 #include 3 4 struct node 5 { 6 int data; 7 struct node *next; 8 }; 9 10 int main()11 {12 struct node *top,*p;13 int x,y;14 char c;15 top=NULL;16 while((c=getchar())!='#')17 {18 if(c>='0'&&cdata=c-'0';22 ... 阅读全文
posted @ 2013-08-15 09:54
WangLC
阅读(197)
评论(0)
推荐(0)

浙公网安备 33010602011771号