Online Judge | Problem Set | Authors | Online Contests | User | ||||||
---|---|---|---|---|---|---|---|---|---|---|
Web Board Home Page F.A.Qs Statistical Charts | Current Contest Past Contests Scheduled Contests Award Contest |
说一下自己做这题的经验1.不要预处理,在BFS时再算,这样只需算和没有搜索的点的距离,减少了很多不必要的运算,而且节省了很多内存。据我的经验,两者之间起码差700+ms。 2.点的存储用int,在运算时再强制转换为double,这样大约能快200+ms。 这样两者结合,我的程序跑了250ms,唯一遗憾的是刷了n次都没刷到rank 1~~ Followed by:
Post your reply here: |
All Rights Reserved 2003-2013 Ying Fuchen,Xu Pengcheng,Xie Di
Any problem, Please Contact Administrator