摘要: 啦啦啦又写一道,不过感觉队列输出的时候挺墨迹的,求大佬告知输出方法; 代码如下:#include#include#includeusing namespace std;int main() { int n; queues, ss; cin >> n;... 阅读全文
posted @ 2017-10-09 20:05 romaLzhih 阅读(105) 评论(0) 推荐(0)
摘要: 难得啊这次写的这么快,不过题简单是真的; 思路上借鉴了网上以为大神的解法,的确挺好的; 代码如下:#include#include#includeusing namespace std;int a[15], n;bool is_zero() { int mid ... 阅读全文
posted @ 2017-10-09 15:48 romaLzhih 阅读(70) 评论(0) 推荐(0)