france

https://github.com/francecil

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2014年7月29日

摘要: 题目链接http://acm.hdu.edu.cn/showproblem.php?pid=1010Tempter of the BoneTime Limit: 2000/1000 MS (Java/Others)Memory Limit: 65536/32768 K (Java/Others)To... 阅读全文
posted @ 2014-07-29 22:03 france 阅读(202) 评论(0) 推荐(0)

摘要: 这里我定义的路径探索题指 找某路能够到达目的地,每次走都有方向,由于是探索性的走 之后要后退 那些走过的状态都还原掉地址:http://acm.hdu.edu.cn/showproblem.php?pid=1242RescueTime Limit: 2000/1000 MS (Java/Others... 阅读全文
posted @ 2014-07-29 21:23 france 阅读(269) 评论(0) 推荐(0)

摘要: Oil DepositsTime Limit: 2000/1000 MS (Java/Others)Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 11984Accepted Submission(s): 6952Probl... 阅读全文
posted @ 2014-07-29 19:24 france 阅读(176) 评论(0) 推荐(0)

摘要: #include using namespace std;void init(int &a){ a=2;}int main(){ int a=3; init(a); cout<<a<<endl; return 0;}output:2 ... 阅读全文
posted @ 2014-07-29 15:49 france 阅读(154) 评论(0) 推荐(0)

摘要: http://acm.hdu.edu.cn/showproblem.php?pid=4417Super MarioTime Limit: 2000/1000 MS (Java/Others)Memory Limit: 32768/32768 K (Java/Others)Total Submissi... 阅读全文
posted @ 2014-07-29 10:23 france 阅读(327) 评论(0) 推荐(0)