摘要:
括号配对问题 时间限制:3000 ms | 内存限制:65535 KB 难度:3 #include<stdio.h> #include<string.h> char m[10010],n[10010]; int top; void push(char x){top++; m[top]=x; } vo 阅读全文
posted @ 2015-06-18 14:41
handsomecui
阅读(443)
评论(0)
推荐(0)
摘要:
Problem DescriptionIn millions of newspapers across the United States there is a word game called Jumble. The object of this game is to solve a riddle... 阅读全文
posted @ 2015-06-18 14:27
handsomecui
阅读(259)
评论(0)
推荐(0)