火车进站
摘要:
1 #include 2 #include 3 #include 4 using namespace std; 5 const int MAXN = 1000 + 10; 6 7 int n, target[MAXN]; 8 9 int main(){ 10 while(cin >> n){ 11 stack s; 12 in... 阅读全文
posted @ 2017-08-27 11:04 夏晴天 阅读(140) 评论(0) 推荐(0) 编辑