qeatzy

2015年6月19日

hdu 1057 (simulation, use sentinel to avoid boudary testing, use swap trick to avoid extra copy.) 分类: hdoj 2015-06-19 11:58 25人阅读 评论(0) 收藏

摘要: use sentinel to avoid boudary testing, use swap trick to avoid extra copy. original version#include #include int main() { //freopen("input... 阅读全文

posted @ 2015-06-19 11:58 qeatzy 阅读(162) 评论(0) 推荐(0)

导航