首页 > TAG信息列表 > 2829

2829. Clothes

time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output A little boy Gerald entered a clothes shop and found out something very unpleasant: not all clothes turns out to match. For example, Gerald notic

hdu 2829 Lawrence(四边形不等式优化dp)

T. E. Lawrence was a controversial figure during World War I. He was a British officer who served in the Arabian theater and led a group of Arab nationals in guerilla strikes against the Ottoman Empire. His primary targets were the railroads. A highly fic

2829: 高精A+B [1*+]

题目描述 输入A和B,计算A+B的值 Input 两行数据,分别是A和B 0<=A<=1E200 0<=B<=10^200  Output A+B的结果 Sample Input 1 1 Sample Output 2 1 #include<stdio.h> 2 #include<string.h> 3 struct bign{ 4 int d[110]; 5 int len; 6 bign(){ 7