代码搜索:TLE

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

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

cpp 2537136_tle.cpp

#include using namespace std; struct { int rank; int father; int son; }node[30001]; void init() { for(int i=1;i
www.eeworm.com/read/469371/6973883

cc 2540567_tle.cc

#include using namespace std; struct { int rank; int father; int son; }node[30001]; void init() { for(int i=1;i
www.eeworm.com/read/469371/6973884

cpp 2539961_tle.cpp

#include using namespace std; struct { int rank; int father; int son; }node[30001]; void init() { for(int i=1;i
www.eeworm.com/read/469371/6973887

cpp 2556610_tle.cpp

#include using namespace std; struct { int sum; int counts; int com[200]; //以空间换时间 int father; int lev; }node[30001]; void init() { for(i
www.eeworm.com/read/469371/6973888

cc 2537068_tle.cc

#include using namespace std; struct { int rank; int father; int son; }node[30000]; void init() { for(int i=1;i
www.eeworm.com/read/469371/6973889

cpp 2540428_tle.cpp

#include using namespace std; struct { int sum; int counts; int com[200]; //以空间换时间 int father; int lev; }node[30001]; void init() { for(i
www.eeworm.com/read/469371/6973891

cc 2537077_tle.cc

#include using namespace std; struct { int rank; int father; int son; }node[30000]; void init() { for(int i=1;i
www.eeworm.com/read/469371/6973892

cc 2540537_tle.cc

#include using namespace std; struct { int sum; int counts; int com[160]; //以空间换时间 int father; int lev; }node[30001]; void init() { for(i
www.eeworm.com/read/469371/6973894

cpp 2540410_tle.cpp

#include using namespace std; struct { int sum; int counts; int com[100]; //以空间换时间 int father; int lev; }node[30001]; void init() { for(i
www.eeworm.com/read/469371/6973906

cc 3294480_tle.cc

#include using namespace std; typedef struct node { int a,b;// 左右界 node *lchild,*rchild; //左右孩子 int cover; //颜色代号 }node; bool flag[32]={0}; void init(node *&tr