Heavy Transportation
Time Limit: 3000MS
Memory Limit: 30000K
Total Submissions: 23914
Accepted: 6355
Description
Background
Hugo Heavy is happy. After the breakdo...
分类:
其他好文 时间:
2015-08-05 10:46:34
阅读次数:
97
poj 1797 Heavy TransportationDescription
Background
Hugo Heavy is happy. After the breakdown of the Cargolifter project he can now expand business. But he needs a clever man who tells him whether the...
分类:
其他好文 时间:
2015-07-25 16:57:11
阅读次数:
160
Heavy TransportationTime Limit: 3000MSMemory Limit: 30000KTotal Submissions: 22796Accepted: 6053DescriptionBackground Hugo Heavy is happy. After the ....
分类:
编程语言 时间:
2015-06-09 19:09:48
阅读次数:
126
Hugo-A fast and flexible static site generator built in GoLang hugo是一个更快的网站生成工具,使用GO语言编写,速度相对hexo快至少数倍 安装方法按如下2个连接: http://gohugo.io/tutorials/installing-on-wi...
分类:
Web程序 时间:
2015-06-02 20:21:26
阅读次数:
223
原文链接:The React Quick Start Guide这篇文章将概括性的介绍一下如何用 ReactJS 进行开发。我将介绍一些基础知识,不会有过于深入的分析。你可以结合这些代码阅读本文。更新:本文已经由 Hugo Bessa 翻译了葡萄牙语版。一些概念React 的 API 非常少,简单易懂易用。在正式开始之前先介绍几个概念,一个一个来。React 元素 是表现为 HTML 元素的 Jav...
分类:
其他好文 时间:
2015-05-12 17:11:47
阅读次数:
159
容易搞混
int main(int argc , char *argv[])
{
char* name = "Victor Hugo";
char str[10] = "aaa";
printf("\n%d %d\n" , sizeof(name) , sizeof(*name) );
printf("%s\n" , typeid(name).name());
printf("...
分类:
编程语言 时间:
2015-04-07 12:10:49
阅读次数:
148
不知道答案是否正确。。日后再完善。。
一、C/C++基础
选择与填空
1. VC++6.0环境下,假定a 为一个整型(int)数组名,则元素a[8]的地址为:C
A. a+4 B.a+8 C.a+16 D.a+32
2. 定义 "int a=3, b=4, c=5;" , 则"c
3. char* name = "Victor Hugo";...
分类:
编程语言 时间:
2015-04-07 09:57:44
阅读次数:
236
题意:
输入 n 个人,3是表示有多少时间让编号1 的人召集人马。
然后按2到n 的编号 输入pi 和ti。分别是那个人直接 领主,和召集自己本部的人所需的时间。 编号1 是大领主 。 假设 每个领主都只能在 直属下属 有≥x% 的人召齐了人马才可以开始招自己的人。 问x最大是多少,可以让大领主在 t 的时间内 召齐自己的人出发打仗。
做法:
二分x,判断下这个x能否在所需时间内召齐人马。...
分类:
其他好文 时间:
2015-03-16 23:10:57
阅读次数:
231
看懂题意的请直接跳过下一坨! 本人有表达障碍!==========================================题意: (题意真的很难很难懂啊!!! 去他娘的**)有一个王国,王国里有一个国王(编号为1),他有(编号为2~n) n-1个臣子(这些臣子并不全和他有直接关系)然后呢 国...
分类:
其他好文 时间:
2015-03-16 00:58:50
阅读次数:
207
Description Background Hugo Heavy is happy. After the breakdown of the Cargolifter project he can now expand business. But he needs a clever man w...
分类:
其他好文 时间:
2015-03-15 00:44:19
阅读次数:
154