摘要: Vanya and LabelCrawling in process... Crawling failed Time Limit:1000MS Memory Limit:262144KB 64bit IO Format:%I64d & %I64u Submit Status Practice _ u 阅读全文
posted @ 2016-08-18 21:25 勿忘初心0924 阅读(156) 评论(0) 推荐(0) 编辑
摘要: Description Vanya smashes potato in a vertical food processor. At each moment of time the height of the potato in the processor doesn't exceed h and t 阅读全文
posted @ 2016-08-18 21:21 勿忘初心0924 阅读(172) 评论(0) 推荐(0) 编辑
摘要: #include #include #define Maxn 200 using namespace std; struct edge{int from,to,weight,next;}e[Maxn];//存储边信息的结构体 int head[Maxn];//起点为下标存储(e中边的位置) int main() { int edges;//边数 memset(... 阅读全文
posted @ 2016-08-18 17:02 勿忘初心0924 阅读(157) 评论(0) 推荐(0) 编辑