上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 87 下一页
摘要: http://lx.lanqiao.cn/problem.page?gpid=T7 问题描述 利用字母可以组成一些美丽的图形,下面给出了一个例子: ABCDEFG BABCDEF CBABCDE DCBABCD EDCBABC 这是一个5行7列的图形,请找出这个图形的规律,并输出一个n行m列的图形。 阅读全文
posted @ 2019-03-03 21:03 _Zlrrr 阅读(348) 评论(0) 推荐(0)
摘要: http://lx.lanqiao.cn/problem.page?gpid=T6 问题描述 对于长度为5位的一个01串,每一位都可能是0或1,一共有32种可能。它们的前几个是: 00000 00001 00010 00011 00100 请按从小到大的顺序输出这32种01串。 对于长度为5位的一个 阅读全文
posted @ 2019-03-03 20:39 _Zlrrr 阅读(210) 评论(0) 推荐(0)
摘要: https://vjudge.net/contest/285902#overview A.Marjar Cola #include <bits/stdc++.h> using namespace std; int T; int main() { scanf("%d", &T); while(T -- 阅读全文
posted @ 2019-03-03 20:06 _Zlrrr 阅读(217) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2019-03-02 19:47 _Zlrrr 阅读(16) 评论(0) 推荐(0)
摘要: https://ac.nowcoder.com/acm/contest/372#question A.救救猫咪 #include <bits/stdc++.h> using namespace std; const int maxn = 1e5 + 10; int N; struct Node { 阅读全文
posted @ 2019-02-24 14:06 _Zlrrr 阅读(240) 评论(1) 推荐(1)
摘要: http://acm.hdu.edu.cn/showproblem.php?pid=2087 Problem Description 一块花布条,里面有些图案,另有一块直接可用的小饰条,里面也有一些图案。对于给定的花布条和小饰条,计算一下能从花布条中尽可能剪出几块小饰条来呢? Input 输入中含有 阅读全文
posted @ 2019-02-24 13:24 _Zlrrr 阅读(251) 评论(0) 推荐(0)
摘要: https://pintia.cn/problem-sets/994805342720868352/problems/994805491530579968 Suppose a bank has K windows open for service. There is a yellow line in 阅读全文
posted @ 2019-02-23 11:56 _Zlrrr 阅读(329) 评论(0) 推荐(0)
摘要: https://pintia.cn/problem-sets/994805342720868352/problems/994805439202443264 Shopping in Mars is quite a different experience. The Mars people pay by 阅读全文
posted @ 2019-02-23 11:18 _Zlrrr 阅读(189) 评论(0) 推荐(0)
摘要: https://pintia.cn/problem-sets/994805342720868352/problems/994805347921805312 Given a syntax tree (binary), you are supposed to output the correspondi 阅读全文
posted @ 2019-02-22 12:05 _Zlrrr 阅读(191) 评论(0) 推荐(0)
摘要: https://pintia.cn/problem-sets/994805342720868352/problems/994805346063728640 There is a kind of balanced binary search tree named red-black tree in t 阅读全文
posted @ 2019-02-21 21:56 _Zlrrr 阅读(294) 评论(0) 推荐(0)
上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 87 下一页