码迷,mamicode.com
首页 > 其他好文 > 详细

【搜索党】卡时技巧

时间:2017-10-01 16:18:34      阅读:199      评论:0      收藏:0      [点我收藏+]

标签:技巧   int   clu   exit   tput   size   style   cloc   put   

#include<ctime>
void dfs(){
    if(1000*(clock()-t)>=980*CLOCKS_PER_SECOND){ //clock()-t<980

        output solution;
        exit(0);
    }
}
int main(){
    t=clock();
    dfs();
}

【搜索党】卡时技巧

标签:技巧   int   clu   exit   tput   size   style   cloc   put   

原文地址:http://www.cnblogs.com/scx2015noip-as-php/p/kashi.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!