Description
George took sticks of the same length and cut them randomly until all parts became at most 50 units long. Now he wants to return sticks to the original state, but he forgot how many stick...
分类:
其他好文 时间:
2014-08-21 17:10:44
阅读次数:
335
D-CityTime Limit: 1000msMemory Limit: 65535KBThis problem will be judged onHDU. Original ID:449664-bit integer IO format:%I64d Java class name:MainLux...
分类:
其他好文 时间:
2014-08-20 20:58:42
阅读次数:
234
Mayor's postersTime Limit: 3000msMemory Limit: 131072KBThis problem will be judged onUVA. Original ID:1058764-bit integer IO format:%lld Java class na...
分类:
其他好文 时间:
2014-08-19 18:10:15
阅读次数:
400
The original page sourceContent is the most important aspect of any site. So let's design for the content and not let the design dictate(命令) the conte...
分类:
其他好文 时间:
2014-08-19 12:32:14
阅读次数:
210
Airport ExpressTime Limit: 1000msMemory Limit: 131072KBThis problem will be judged onUVA. Original ID:1137464-bit integer IO format:%lld Java class na...
分类:
其他好文 时间:
2014-08-18 14:22:42
阅读次数:
227
#include
void fun(char *s,int *t);
main()
{
char s[80]="as15dw1zxx1";
int t;
printf("\nThe original string is :%s\n",s);
fun(s,&t);
printf("\nThe result is :%d\n",t);
}
void fun(char *s,int *t)
{...
分类:
其他好文 时间:
2014-08-16 22:32:51
阅读次数:
211
A Plug for UNIXTime Limit: 1000msMemory Limit: 65536KBThis problem will be judged onPKU. Original ID:108764-bit integer IO format:%lld Java class name...
分类:
其他好文 时间:
2014-08-16 22:29:11
阅读次数:
234
Print ArticleTime Limit: 3000msMemory Limit: 65536KBThis problem will be judged onHDU. Original ID:350764-bit integer IO format:%I64d Java class name:...
分类:
其他好文 时间:
2014-08-16 21:02:01
阅读次数:
353
Anniversary partyTime Limit: 1000msMemory Limit: 65536KBThis problem will be judged onPKU. Original ID:234264-bit integer IO format:%lld Java class na...
分类:
其他好文 时间:
2014-08-16 17:04:10
阅读次数:
209
Binary Apple TreeTime Limit: 1000msMemory Limit: 16384KBThis problem will be judged onUral. Original ID:101864-bit integer IO format:%lld Java class n...
分类:
移动开发 时间:
2014-08-16 16:17:20
阅读次数:
256