会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
A.T.R_p.orc
trying more possibilities...
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
5
6
7
8
9
10
11
12
下一页
2015年3月29日
Oil Deposits(dfs)
摘要: Time Limit: 2000/1000 MS (Java/Others)Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 15291Accepted Submission(s): 8787Problem Descripti...
阅读全文
posted @ 2015-03-29 23:03 JL_Zhou
阅读(142)
评论(0)
推荐(0)
2015年3月27日
阶乘之和
摘要: 时间限制:3000 ms | 内存限制:65535 KB难度:3描述给你一个非负数整数n,判断n是不是一些数(这些数不允许重复使用,且为正数)的阶乘之和,如9=1!+2!+3!,如果是,则输出Yes,否则输出No;输入第一行有一个整数0#include#includeusing namespace ...
阅读全文
posted @ 2015-03-27 11:25 JL_Zhou
阅读(323)
评论(0)
推荐(0)
17243 Huzi酱和他的俄罗斯套娃(贪心)
摘要: 时间限制:500MS 内存限制:65535K提交次数:15 通过次数:4 收入:12题型: 编程题语言: C++;CDescriptionHuzi酱是个非常贪玩的人,除了魔方他还喜欢各种各样的玩具,所以他的"吕鹏友"为了哄他高兴,每次都要带上新的玩具去见他,这次"吕鹏友"带来的玩具是俄罗斯套娃,就是...
阅读全文
posted @ 2015-03-27 10:53 JL_Zhou
阅读(466)
评论(0)
推荐(0)
2015年3月26日
Knight Moves
摘要: Time Limit: 2000/1000 MS (Java/Others)Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 7661Accepted Submission(s): 4567Problem Descriptio...
阅读全文
posted @ 2015-03-26 21:19 JL_Zhou
阅读(281)
评论(0)
推荐(0)
A strange lift
摘要: Time Limit: 2000/1000 MS (Java/Others)Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 13724Accepted Submission(s): 5239Problem Descripti...
阅读全文
posted @ 2015-03-26 19:39 JL_Zhou
阅读(177)
评论(0)
推荐(0)
2015年3月25日
17111 Football team
摘要: 时间限制:1000MS 内存限制:65535K提交次数:0 通过次数:0 题型: 编程题语言: C++;CDescriptionAs every one known, a football team has 11 players . Now, there is a big problem in fr...
阅读全文
posted @ 2015-03-25 21:17 JL_Zhou
阅读(325)
评论(0)
推荐(0)
2015年3月24日
Train Problem I (HDU 100题纪念)
摘要: Time Limit: 2000/1000 MS (Java/Others)Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 23574Accepted Submission(s): 8907Problem Descripti...
阅读全文
posted @ 2015-03-24 17:40 JL_Zhou
阅读(197)
评论(0)
推荐(0)
迷宫问题
摘要: Time Limit: 1000MSMemory Limit: 65536KTotal Submissions: 9311Accepted: 5514Description定义一个二维数组: int maze[5][5] = { 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0,...
阅读全文
posted @ 2015-03-24 16:15 JL_Zhou
阅读(143)
评论(0)
推荐(0)
2015年3月23日
图形点扫描
摘要: 有一条“封闭”曲线划定的地图,界定曲线上的点有“1“表示,曲线内外的点用“0”表示(具体数据由另文件提供)。 试实施图形点扫描,统计地图的面积即“封闭”曲线内“0”点数。#include#include#include#includeusing namespace std;int n,m;int a...
阅读全文
posted @ 2015-03-23 20:21 JL_Zhou
阅读(284)
评论(0)
推荐(0)
2015年3月22日
看病要排队(stl)
摘要: Time Limit: 3000/1000 MS (Java/Others)Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 5331Accepted Submission(s): 2190Problem Descriptio...
阅读全文
posted @ 2015-03-22 20:22 JL_Zhou
阅读(273)
评论(0)
推荐(0)
2015年3月20日
水果
摘要: Time Limit: 2000/1000 MS (Java/Others)Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 4130Accepted Submission(s): 1529Problem Descriptio...
阅读全文
posted @ 2015-03-20 10:46 JL_Zhou
阅读(266)
评论(0)
推荐(0)
2015年3月19日
Prime Ring Problem
摘要: Time Limit: 4000/2000 MS (Java/Others)Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 30395Accepted Submission(s): 13525Problem Descript...
阅读全文
posted @ 2015-03-19 23:59 JL_Zhou
阅读(150)
评论(0)
推荐(0)
N皇后问题
摘要: Time Limit: 2000/1000 MS (Java/Others)Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 10397Accepted Submission(s): 4682Problem Descripti...
阅读全文
posted @ 2015-03-19 21:20 JL_Zhou
阅读(136)
评论(0)
推荐(0)
2015年3月14日
2^x mod n = 1
摘要: Time Limit: 2000/1000 MS (Java/Others)Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 13345Accepted Submission(s): 4146Problem Descripti...
阅读全文
posted @ 2015-03-14 00:20 JL_Zhou
阅读(560)
评论(0)
推荐(0)
2015年3月10日
Queuing
摘要: Time Limit: 10000/5000 MS (Java/Others)Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 3141Accepted Submission(s): 1431Problem Descripti...
阅读全文
posted @ 2015-03-10 16:46 JL_Zhou
阅读(281)
评论(0)
推荐(0)
上一页
1
···
5
6
7
8
9
10
11
12
下一页
公告