问题:给定 n 个元素的数组 a1,a2..an,他们对应坐标中的 n 条线,第 i 条线的两端分别为坐标 (i, 0) 和 (i, ai)。求两根线,这两个线和 x 轴形成的容器能装最多的水。 这是一道直方图相关的题目,同样是直方图的题目还有:Trapping Rain Water 和 Larg...
分类:
其他好文 时间:
2015-12-23 01:50:01
阅读次数:
205
最大公因数的定义:a1,a2,...,an(n>=2)是n个整数,d是所有ai的因数,称d是a1,a2,...,an的公因数,在它们的公因数中取最大的,称为a1,a2,...,an的最大公因数,记作(a1,a2,...,an)。(a1,a2,...,an)=d (1)d|ai, i=1,...,n ...
分类:
其他好文 时间:
2015-12-20 20:50:34
阅读次数:
222
1 using UnityEngine; 2 using System.Collections; 3 4 public class Vehicle : MonoBehaviour 5 { 6 //行为列表 7 private Steering[] steerings; 8 ...
分类:
其他好文 时间:
2015-12-18 18:06:41
阅读次数:
149
定义设A=(ai,j)为m*p的矩阵,B=( bi,j)为 p*n的矩阵,那么称 m*n的矩阵C=( ci,j)为矩阵A与B的乘积,C=A*B ,其中矩阵C中的第 i行第 j列元素为由定义可知,1:当矩阵A的列数等于矩阵B的行数时,A与B可以相乘。2:矩阵C的行数等于矩阵A的行数,C的列数等于B的列...
分类:
其他好文 时间:
2015-12-17 22:26:40
阅读次数:
288
题意:p, q,都是整数.sigma(Ai *ki)>= p, sigma(Bi* ki) >= q;ans = sigma(ki)。输出ans的最小值约束条件2个,但是变量k有100000个,所以可以利用对偶性转化为求解ans = p * y1 + q * y2约束条件为:Ai * y1 + Bi...
分类:
其他好文 时间:
2015-12-17 00:41:26
阅读次数:
467
昊昊爱运动 II昊昊喜欢运动他N天内会参加M种运动(每种运动用一个[1,m]的整数表示)现在有Q个操作,操作描述如下昊昊把第l天到第r天的运动全部换成了x(x∈[1,m])问昊昊第l天到第r天参加了多少种不同的运动Input输入两个数N,M(1≤N≤105,1≤M≤100);输入N个数ai(ai∈[...
分类:
其他好文 时间:
2015-12-16 21:11:23
阅读次数:
185
题目:Given n non-negative integers a1, a2, ..., an, where each represents a point at coordinate (i, ai). n vertical lines are drawn such that the two en...
分类:
其他好文 时间:
2015-12-15 14:04:01
阅读次数:
153
Response.ContentType 名称 类型ai application/postscriptaif audio/x-aiffaifc audio/x-aiffaiff audio/x-aiffasc text/plainau audio/basicavi video/x-msvideobc...
分类:
其他好文 时间:
2015-12-13 23:48:42
阅读次数:
234
Problem DescriptionAn Arc of Dream is a curve defined by following function:wherea0 = A0ai = ai-1*AX+AYb0 = B0bi = bi-1*BX+BYWhat is the value of AoD(...
分类:
其他好文 时间:
2015-12-12 17:10:34
阅读次数:
196
void UKismetSystemLibrary::ExecuteConsoleCommand(UObject* WorldContextObject, const FString& Command, APlayerController* Player){ // First, try rou...
分类:
其他好文 时间:
2015-12-10 23:40:04
阅读次数:
269