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

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

相关文章:

  • 2021-04-10
  • 2021-12-05
  • 2021-12-27
  • 2021-09-26
  • 2021-04-27
猜你喜欢
  • 2021-07-25
相关资源
相似解决方案