
Gym
文章平均质量分 91
Joefery
生命不息,战斗不止。
展开
-
Gym 100694 解题报告
B Far Manager B. Far Manager Time Limit: 2000ms Memory Limit: 262144KB 64-bit integer IO format: %I64d Java class name: (Any) Submit Status PID: 49742原创 2016-09-09 20:28:30 · 1448 阅读 · 0 评论 -
Gym 100531A Alarm Clock 【水题】【暴力】
题目连接 /******************************************************** 题意:给你一个n表示显示屏中的节段数,如果存在则输出时间, 否则输出Impossible。 类型:暴力、水题 分析:开个数组存一下每种数字的节段数,然后对每一位暴力枚 举即可。 *******************************************原创 2016-08-06 18:49:49 · 538 阅读 · 0 评论 -
Gym 100531 G Grave【水题】
题目连接 /******************************************************** 题意: 给你一个大矩形和一个小矩形,小矩形在大矩形内,再给 你另一个矩形的宽和高,问你能否把这个矩形再放进大矩形内. 类型:水题 分析:分别讨论两种情况即可 *****************************************************原创 2016-08-06 22:13:35 · 501 阅读 · 0 评论 -
Gym 100531 D Digits 【暴力】
题目连接 /******************************************************** 题意:给你一个n表示需要你找n个数字,每个数字的各个位数之 和必须相等,求最小的n个数字之和 类型:暴力 分析:因为n个数字都必须是正整数,由n<=5000, 暴力测试发现 1~100000以内可以得到5000个正解,由1~100000每个数字最大分 解次原创 2016-08-06 22:06:07 · 467 阅读 · 0 评论 -
Gym 101138E Bravebeart【水题】
Description standard input/output Statements Would you want to fight against bears riding horses? Me neither. Limak is a grizzly bear. He is a general of the dreadful army of Bearland. The mos原创 2016-10-28 10:43:48 · 591 阅读 · 0 评论 -
Gym 101138I Prime Moving【素数测试】
Description standard input/output Statements The author of this problem hopes that you already know the pig called Benny. Recently she started learning numbers. The first type of numbers she h原创 2016-10-28 11:15:08 · 434 阅读 · 0 评论 -
Gym 101138C Stickmen【枚举+排列组合】
Description standard input/output Statements Limak is a little bear who loves to play with graphs. Recently, he defined a new structure in a graph and called it a stickman. A stickman is a set原创 2016-10-28 11:52:06 · 788 阅读 · 0 评论 -
Gym 101138B Pen Pineapple Apple Pen【水题】
Description standard input/output Statements PPAP, which stands for Pen Pineapple Apple Pen, is an unusual song and dance that went viral in the Internet recently. It's about merging a pen with原创 2016-10-28 10:34:40 · 796 阅读 · 0 评论