代码搜索:TLE

找到约 732 项符合「TLE」的源代码

代码结果 732
www.eeworm.com/read/469371/6973917

cc 3294402_tle.cc

#include using namespace std; typedef struct node { int a,b;// 左右界 node *lchild,*rchild,*parent; //左右孩子 int cover; //颜色代号 }node; bool flag[32]; void init(node
www.eeworm.com/read/469371/6973918

cc 3294456_tle.cc

#include #include #include typedef struct node { int a,b;// 左右界 node *lchild,*rchild; //左右孩子 int cover; //颜色代号 }node; bool flag[32]; void i
www.eeworm.com/read/469371/6973921

cc 2822935_tle.cc

#include #include using namespace std; int n,best=1000; int bestx[101],mg[101]; char c[102]; void backtrace(int x,int y,int k) { if(k>=best) return; if(x>=y)
www.eeworm.com/read/469371/6973922

cc 2823002_tle.cc

#include #include using namespace std; int n,best=1000; int bestx[101],mg[101]; char c[102]; void backtrace(int x,int y,int k) { if(k>=best) return; if(x>=y)
www.eeworm.com/read/469371/6973925

cc 2279440_tle.cc

#include using namespace std; int countnum(int n) { if(n==2) return 1; else { int m=0; int k=n-2; for(int i=4;i
www.eeworm.com/read/469371/6973964

cc 3288539_tle.cc

#include using namespace std; int n,h; bool num[100][100]={0}; bool ok=1; int result[100],result1[100]; int sr=0,sl=0; int mins=100; bool test(int visit[100],int k,int ge) { f
www.eeworm.com/read/469371/6973969

cc 2614960_tle.cc

#include using namespace std; int mg[11]; int q(int m,int n) { if(m==1 || n==1) return 1; int count=1,k,h=0; mg[0]=m; while(mg[0]>=mg[1]) { k=n-1
www.eeworm.com/read/469371/6973970

cc 2614945_tle.cc

#include using namespace std; int mg[11]; int q(int m,int n) { int count=1,k,h=0; mg[0]=m; while(mg[0]>=mg[1]) { k=n-1; while(m
www.eeworm.com/read/469371/6973979

cc 2617982_tle.cc

#include using namespace std; int a[1440],w; int f(int k,int n,int t) { if(k==1) return a[w]+t; else { int max=(f(k-1,n,t)+t)>=a[(k-1)*n+w]?(f(k-1,n,t)+t)
www.eeworm.com/read/469371/6973985

cc 2760398_tle.cc

#include using namespace std; int num[100]; int k=0,sum=0; void fenjie(int n) { int i=2,sign=0; while(i