摘要:
B. Inventory time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output B. Inventory time limit per 阅读全文
posted @ 2017-12-28 18:40
Roni_i
阅读(140)
评论(0)
推荐(0)
摘要:
【题目链接】:http://vj.bit-studio.cn/contest/205664#overview A: 【给你一个长度为n的序列,尾部插入再反转,求n次后最终序列】【规律/思维】 【分析】:STL-deque会超时,只能找规律。 【代码】: #include<bits/stdc++.h> 阅读全文
posted @ 2017-12-28 12:30
Roni_i
阅读(246)
评论(0)
推荐(0)