整理上次写的题目:A:For a positive integernlet's define a functionf:f(n)?= -?1?+?2?-?3?+?..?+?(?-?1)nnYour task is to calculatef(n)for a given integern.InputT....
分类:
其他好文 时间:
2014-11-13 22:28:30
阅读次数:
174
原文:【C#】Excel舍入函数Round、RoundUp、RoundDown的C#版本人在C#中进行小数舍入的时候常常会怀念Excel中的Round、RoundUp、RoundDown这几个函数,原因就是后者“接地气”,比较符合俺小老百姓的舍入要求,啥“银行家舍入法”就让银行家用去吧。今儿有空,就...
We'll call an array ofnnon-negative integersa[1],?a[2],?...,?a[n]interesting, if it meetsmconstraints. Thei-th of themconstraints consists of three in...
分类:
其他好文 时间:
2014-11-13 22:11:31
阅读次数:
188
简写:-webkit-border-image:url(border.png) 30 30 round;值描述测试border-image-source用在边框的图片的路径。border-image-slice图片边框向内偏移。border-image-width图片边框的宽度。border-ima...
分类:
其他好文 时间:
2014-11-13 18:08:45
阅读次数:
139
Round NumbersDescriptionThe cows, as you know, have no fingers or thumbs and thus are unable to play Scissors, Paper, Stone' (also known as 'Rock, Pap...
分类:
其他好文 时间:
2014-11-13 16:05:00
阅读次数:
204
/**
?*?@brief?Codeforces?Round?#277?(Div.?2)?b
?*?@author?面码
?*?@created?2014/11/13?14:01
?*?@edited??2014/11/13?14:01
?*?@type?greedy
?*?@TODO?less?space?and?time?c...
分类:
其他好文 时间:
2014-11-13 14:51:24
阅读次数:
160
/**
?*?@brief?Codeforces?Round?#277?(Div.?2)?a
?*?@author?xiyan
?*?@created?2014/11/13?11:23
?*?@edited??2014/11/13?11:24
?*?@type?math?
?*?
?*
?*/
#include?<stdio.h>...
分类:
其他好文 时间:
2014-11-13 13:07:39
阅读次数:
143
floor 向下取整(地板)ceil 向上取整(天花板)round 四舍五入Math.floor(1.5)=1.0 Math.round(1.5)=2 Math.ceil(1.5)=2.0Math.floor(-1.4)=-2.0 Math.round(-1.4)=-1 Math.ceil...
分类:
其他好文 时间:
2014-11-13 12:36:50
阅读次数:
171
嘎嘎,今天被一些事耽误了,但是还是A了几个题目,这道题还不错
题目链接:
题意:两个人玩游戏,有N堆纸牌,纸牌上有数字,A每次只能取N堆中的 其中一个的顶部的 纸牌,B只能取N堆中的其中一个底部 的纸牌,A,B都想让自己取的和最大,问最后比分为多少
画了一下,如果某一堆里的 纸牌数量为偶数,发现其实是两个人各分一半,因为如果对方想从这里拿走本来属于自己那半部分的 较大的牌,自...
分类:
其他好文 时间:
2014-11-13 00:40:04
阅读次数:
179