Redraw Beautiful DrawingsTime Limit: 1500msMemory Limit: 65536KBThis problem will be judged onHDU. Original ID:488864-bit integer IO format:%I64d Java...
A simple Gaussian elimination problem.Time Limit: 1000msMemory Limit: 65536KBThis problem will be judged onHDU. Original ID:497564-bit integer IO form...
分类:
其他好文 时间:
2015-05-02 15:01:04
阅读次数:
116
A simple brute force problem.Time Limit: 1000msMemory Limit: 65536KBThis problem will be judged onHDU. Original ID:497164-bit integer IO format:%I64d ...
分类:
其他好文 时间:
2015-05-02 11:06:29
阅读次数:
182
GroupingTime Limit: 2000msMemory Limit: 65536KBThis problem will be judged onZJU. Original ID:379564-bit integer IO format:%lld Java class name:MainSu...
分类:
其他好文 时间:
2015-05-02 11:05:39
阅读次数:
108
Color the BallTime Limit: 1000msMemory Limit: 32768KBThis problem will be judged onHDU. Original ID:119964-bit integer IO format:%I64d Java class name...
分类:
其他好文 时间:
2015-04-30 21:46:55
阅读次数:
191
Black And WhiteTime Limit: 3000msMemory Limit: 32768KBThis problem will be judged onHDU. Original ID:391164-bit integer IO format:%I64d Java class nam...
分类:
其他好文 时间:
2015-04-30 16:04:44
阅读次数:
142
题目:Given a sorted linked list, delete all nodes that have duplicate numbers, leaving onlydistinctnumbers from the original list.For example,Given1->2-...
分类:
其他好文 时间:
2015-04-29 21:09:45
阅读次数:
112
Another LCISTime Limit: 1000msMemory Limit: 65536KBThis problem will be judged onUESTC. Original ID:142564-bit integer IO format:%lld Java class name:...
分类:
其他好文 时间:
2015-04-29 18:57:19
阅读次数:
191
Writeaprogramtofindthenodeatwhichtheintersectionoftwosinglylinkedlistsbegins.Forexample,thefollowingtwolinkedlists:A:a1→a2
↘
c1→c2→c3
↗
B:b1→b2→b3begintointersectatnodec1.Notes:Ifthetwolinkedlistshavenointersectionatall,returnnull.Thelinkedlistsmustr..
分类:
其他好文 时间:
2015-04-29 17:29:24
阅读次数:
128
Twinkling lights IIITime Limit: 8000msMemory Limit: 131072KBThis problem will be judged onFZU. Original ID:196864-bit integer IO format:%I64d Java cla...