随笔分类 -  hdu

Idiomatic Phrases Game HDU 1546
摘要:DescriptionTom is playing a game called Idiomatic Phrases Game. An idiom consists of several Chinese characters and has a certain meaning. This game w... 阅读全文

posted @ 2015-06-08 22:34 wsa 阅读(199) 评论(0) 推荐(0)

Data Handler 大模拟 + 双端链表 hdu 4268
摘要:E - Data Handler Time Limit:10000MS Memory Limit:32768KB 64bit IO Format:%I64d & %I64uSubmit StatusDescription You are in charge of data in a compan... 阅读全文

posted @ 2015-04-15 11:09 wsa 阅读(240) 评论(0) 推荐(0)

搜索
摘要:1010 1 #include 2 #include 3 #include 4 #include 5 6 using namespace std; 7 8 int n,m,time,ok,dir[][5]={{1,0},{-1,0},{0,1},{0,-1}},dx,dy; 9 char g[2... 阅读全文

posted @ 2015-02-24 12:34 wsa 阅读(93) 评论(0) 推荐(0)

导航