会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
kk!
Powered by
博客园
博客园
|
首页
|
新随笔
|
联系
|
订阅
|
管理
2016年11月8日
火影忍者之~鸣人http://acm.hrbust.edu.cn/index.php?m=ProblemSet&a=showProblem&problem_id=1310
摘要: #include #include using namespace std; int m,n,k; struct A { int gongji,lingdao; char data[501][101]; char name[101]; } p[501]; bool cmp(A a1,A a2) { if(a1.gongji!=a2.gongji) { ...
阅读全文
posted @ 2016-11-08 09:59 kk!
阅读(317)
评论(0)
推荐(0)
编辑
2015年12月24日
Fire Maze(广度优先搜索)
摘要: Fire MazeTime Limit: 1000 MSMemory Limit: 32768 KTotal Submit: 53(19 users)Total Accepted: 26(17 users)Rating: Special Judge: NoDescriptionAfter escap...
阅读全文
posted @ 2015-12-24 23:46 kk!
阅读(158)
评论(0)
推荐(0)
编辑
2015年12月21日
变形金刚
摘要: 变形金刚Time Limit: 3000 MSMemory Limit: 32768 KTotal Submit: 27(8 users)Total Accepted: 6(6 users)Rating: Special Judge: NoDescription新一轮变形金刚来袭,这次霸天虎的头领叫...
阅读全文
posted @ 2015-12-21 22:51 kk!
阅读(242)
评论(0)
推荐(0)
编辑
2015年12月9日
模
摘要: 模Time Limit: 1000 MSMemory Limit: 32768 KTotal Submit: 10(7 users)Total Accepted: 7(7 users)Rating: Special Judge: NoDescription已知一个N进制的B位数X,要求找一个同为N进...
阅读全文
posted @ 2015-12-09 21:50 kk!
阅读(168)
评论(0)
推荐(0)
编辑
最快通过(Floyed和迪杰斯特拉)
摘要: 最快通过Time Limit: 6000 MSMemory Limit: 32768 KTotal Submit: 24(11 users)Total Accepted: 12(10 users)Rating:Special Judge: NoDescriptionsp省有n个城市,它们之间有道路相...
阅读全文
posted @ 2015-12-09 11:48 kk!
阅读(192)
评论(0)
推荐(0)
编辑
2015年12月4日
中间的球( floyd算法 )
摘要: 中间的球Time Limit: 1000 MSMemory Limit: 32767 KTotal Submit: 97(37 users)Total Accepted: 48(35 users)Rating: Special Judge: NoDescription有N个外形一样但重量不同的球,N...
阅读全文
posted @ 2015-12-04 19:54 kk!
阅读(262)
评论(0)
推荐(0)
编辑
2015年12月3日
小z的卡片
摘要: 小z的卡片Time Limit: 1000 MSMemory Limit: 32768 KTotal Submit: 56(18 users)Total Accepted: 15(12 users)Rating: Special Judge: NoDescription小w和小z想到了一个新游戏,在...
阅读全文
posted @ 2015-12-03 23:37 kk!
阅读(220)
评论(0)
推荐(0)
编辑
2015年12月2日
Merge Intervals
摘要: Merge IntervalsTime Limit: 1000 MSMemory Limit: 65535 KTotal Submit: 58(24 users)Total Accepted: 27(23 users)Rating: Special Judge: NoDescriptionGiven...
阅读全文
posted @ 2015-12-02 23:03 kk!
阅读(161)
评论(0)
推荐(0)
编辑
充电
摘要: 充电Time Limit: 1000 MSMemory Limit: 32768 KTotal Submit: 97(45 users)Total Accepted: 49(42 users)Rating:Special Judge: NoDescription玻璃小屋内有n个插排,屋内有 m个需要...
阅读全文
posted @ 2015-12-02 20:41 kk!
阅读(274)
评论(0)
推荐(0)
编辑
密码锁
摘要: 密码锁Time Limit: 1000 MSMemory Limit: 32768 KTotal Submit: 153(129 users)Total Accepted: 135(126 users)Rating:Special Judge: NoDescription小D在尝试打开一个很有挑战性...
阅读全文
posted @ 2015-12-02 19:11 kk!
阅读(294)
评论(0)
推荐(0)
编辑
一个函数
摘要: 一个函数Time Limit: 1000 MSMemory Limit: 32768 KTotal Submit: 48(37 users)Total Accepted: 38(35 users)Rating:Special Judge: NoDescription现在用一个函数来处理一个字符串(该...
阅读全文
posted @ 2015-12-02 15:45 kk!
阅读(316)
评论(0)
推荐(0)
编辑
泡泡
摘要: 泡泡Time Limit: 1000 MSMemory Limit: 32768 KTotal Submit: 52(27 users)Total Accepted: 28(26 users)Rating:Special Judge: NoDescription深海里面有无数泡泡,每个泡泡上都写着一...
阅读全文
posted @ 2015-12-02 14:12 kk!
阅读(157)
评论(0)
推荐(0)
编辑
2015年12月1日
Knight Games
摘要: Knight GamesTime Limit: 1000 MSMemory Limit: 65536 KTotal Submit: 39(21 users)Total Accepted: 30(21 users)Rating: Special Judge: NoDescriptionThe knig...
阅读全文
posted @ 2015-12-01 14:49 kk!
阅读(137)
评论(0)
推荐(0)
编辑
装修
摘要: 装修Time Limit: 1000 MSMemory Limit: 65536 KTotal Submit: 410(225 users)Total Accepted: 262(212 users)Rating: Special Judge: NoDescriptionhero为了能顺利娶prin...
阅读全文
posted @ 2015-12-01 14:26 kk!
阅读(183)
评论(0)
推荐(0)
编辑
Next Permutation(全排列生成算法)
摘要: Next PermutationTime Limit: 1000 MSMemory Limit: 65536 KTotal Submit: 96(47 users)Total Accepted: 58(44 users)Rating: Special Judge: NoDescriptionA pe...
阅读全文
posted @ 2015-12-01 00:25 kk!
阅读(388)
评论(0)
推荐(0)
编辑
2015年11月27日
Leyni, LOLI and Toasts
摘要: Leyni, LOLI and ToastsTime Limit: 1000 MSMemory Limit: 65536 KTotal Submit: 47(37 users)Total Accepted: 37(37 users)Rating: Special Judge: NoDescripti...
阅读全文
posted @ 2015-11-27 23:57 kk!
阅读(141)
评论(0)
推荐(0)
编辑
A Simple Problem with Integers(区间更新)
摘要: A Simple Problem with IntegersTime Limit: 3000 MSMemory Limit: 32768 KTotal Submit: 178(48 users)Total Accepted: 51(36 users)Rating:Special Judge: NoD...
阅读全文
posted @ 2015-11-27 20:10 kk!
阅读(135)
评论(0)
推荐(0)
编辑
2015年11月24日
Marshal's confusion II
摘要: Marshal's confusion IITime Limit: 1000 MSMemory Limit: 65536 KTotal Submit: 239(80 users)Total Accepted: 73(66 users)Rating: Special Judge: NoDescript...
阅读全文
posted @ 2015-11-24 23:53 kk!
阅读(97)
评论(0)
推荐(0)
编辑
Marshal's Confusion III(快速幂)
摘要: Marshal's Confusion IIITime Limit: 3000 MSMemory Limit: 65536 KTotal Submit: 236(62 users)Total Accepted: 74(51 users)Rating: Special Judge: NoDescrip...
阅读全文
posted @ 2015-11-24 21:40 kk!
阅读(152)
评论(0)
推荐(0)
编辑
两种筛素数的方法
摘要: 筛选法求素数:void getprime(){int i,j;memset(b,1,sizeof(b));b[0]=0;b[1]=0;for(i=2;i*i<=100000;i++){if(b[i]){for(j=i*i;i<=100000;j+=i){p[j]=0;}}}}快速判断一个数是否为素数...
阅读全文
posted @ 2015-11-24 20:56 kk!
阅读(145)
评论(0)
推荐(0)
编辑
下一页