2017年8月23日
摘要: Sample Input 1 10 100200 201 210 900 1000 1 10 100200 201 210 900 1000 Sample Output 1 10 20 100 200 125 201 210 89 900 1000 174 水题,不过得到的经验是: 给i、j,需要对 阅读全文
posted @ 2017-08-23 14:15 bigganbing 阅读(106) 评论(0) 推荐(0) 编辑
摘要: //1022.火车调度 //栈的问题 Sample Input 3 123 321 3 123 312 Sample Output Yes. in in in out out out FINISH No. FINISH #include #include #include using namespace std; int main() { int n; ch... 阅读全文
posted @ 2017-08-23 10:03 bigganbing 阅读(138) 评论(0) 推荐(0) 编辑