貌似以前做到过这题。。。结果没搞出来T T现在终于会了!谁想出来的,这么巧妙>.11 #include 12 13 using namespace std;14 const int N = 100005;15 int n, ans;16 int v[N], a[N], b[N];17 18 in.....
分类:
其他好文 时间:
2014-11-01 17:45:40
阅读次数:
240
HDU 3591 The trouble of Xiaoqian(多重背包+01背包)
http://acm.hdu.edu.cn/showproblem.php?pid=3591
题意:
有一个具有n种货币的货币系统, 每种货币的面值为val[i]. 现在小杰手上拿着num[1],num[2],…num[n]个第1种,第2种…第n种货币去买价值为T(T=T的货币,然后售货员(可能,如果小杰给的钱>T, 那肯定找钱)找钱给他. 售货员每次总是用最少的...
分类:
其他好文 时间:
2014-10-29 10:50:09
阅读次数:
254
I like to joke that I am who I am today because I did everything wrong in my 20's. I've always been fearless, and it often got me in trouble. I wasn't afraid to start
a business, borrow a bunch of m...
分类:
其他好文 时间:
2014-10-20 23:27:46
阅读次数:
577
Americans are usually 1) tolerant of non-native speakers who have some 2) trouble understanding English. But they become 3)annoyed when a person pret....
分类:
其他好文 时间:
2014-10-16 01:42:21
阅读次数:
242
removing vmware debugger from visual studiobyRosson 十月 14, 2010 at 5:30 下午 underVisual Studio|VMWareA quick tip to anyone who's having trouble with re...
分类:
系统相关 时间:
2014-10-14 17:26:49
阅读次数:
211
就最终的结果来看,其实就是一个小的错误。
但定位错误的时间比较漫长了。。。
背景:出错的代码是 一段运行在 linux 服务器上的程序,程序的主要功能是处理银行pos刷卡记录并做一些计算,最后汇总、格式化输出。
该公司是和银行打交道的,接的项目都是银行的。
第二天老板就给了我一个2000多行的纯c程序,一个测试出错的测试文档 和 出错的输出结果。
由于历史的原因。。。。。该段程序...
分类:
其他好文 时间:
2014-10-10 17:49:04
阅读次数:
201
题目:如图在正五边形中画一个正方形,一直正五边形边长,求正方形边长。
分析:计算几何,解析几何。求出边长的比例关系带入求解即可。
设正五边形边长为1,在顶点建立直角坐标系,则左上角坐标为:B(-cos36,-sin36);
再计算出左下角坐标:C(-2cos36cos72,-cos36sin72);
求直线BC与直线y...
分类:
其他好文 时间:
2014-10-09 17:46:08
阅读次数:
312
Problem Description
Mario is world-famous plumber. His “burly” figure and amazing jumping ability reminded in our memory. Now the poor princess is in trouble again and Mario needs to save his lover...
分类:
其他好文 时间:
2014-09-26 22:30:09
阅读次数:
203
本文介绍常见 Distributed Cache Service错误和解决办法...
分类:
其他好文 时间:
2014-09-19 21:10:56
阅读次数:
218
一、Linux系统管理基础与进阶(RH033和RH133):1、操作系统发展史,系统架构平台概览;2、Linux起源、理念、发展历史及各发行版;3、Linux基础知识、命令、获得使用帮助及文件系统基础;4、Linux用户、组及权限的基础与高级知识;5、Bash基础及配置、标准I/O和管道;6、文本处..
分类:
系统相关 时间:
2014-09-17 18:59:03
阅读次数:
351