代码搜索:TLE
找到约 732 项符合「TLE」的源代码
代码结果 732
www.eeworm.com/read/469371/6974075
cc 2706540_tle.cc
#include
using namespace std;
typedef struct
{
int len;
int num[101][2];
int sign[101];
}node;
node mg[101];
float maxs=0.0;
int n;
int partion(int row,int
www.eeworm.com/read/469371/6974078
cc 2705741_tle.cc
#include
using namespace std;
typedef struct
{
int len;
int num[101][2];
}node;
node mg[101];
float maxs=0.0;
int n;
void getresult(int k,int min,int sum)
{
www.eeworm.com/read/469371/6974082
cc 3273627_tle.cc
#include
using namespace std;
int n,value[101],maxl=0,maxr=10000000,m=0,vc=100000000,sum=0;
void find(int k,int left,int right,int vleft,int vright,int r)
{
if(left>m || right>m)
www.eeworm.com/read/469371/6974087
cc 3272091_tle.cc
#include
using namespace std;
int n,value[101],maxl=0,maxr=10000000,m;
void find(int k,int left,int right,int vleft,int vright)
{
if(left>m || right>m)
return;
if(
www.eeworm.com/read/469371/6974091
cc 2585306_tle.cc
#include
#include
using namespace std;
typedef struct
{
int pre;
int max;
}node;
void out(int mg[50002],int k)
{
int pre1=1,pre2=1,h=1,w=k,min=0,max=0;
www.eeworm.com/read/469371/6974096
cc 2875181_tle.cc
#include
using namespace std;
typedef struct
{
bool visit;
int parent;
int cost;
}node;
int n,start,best=10000000;
void f(node mg[1000],int sum,int t)
{
if
www.eeworm.com/read/469371/6974100
cpp 2571615_tle.cpp
#include
#include
#include
using namespace std;
typedef struct
{
float x,y;
char out[20],out1[20];
}pointt;
float mul(pointt p1,pointt p2,pointt p0)
{
retur
www.eeworm.com/read/469371/6974101
cpp 2571577_tle.cpp
#include
#include
#include
using namespace std;
typedef struct
{
float x,y;
char out[20],out1[20];
}pointt;
float mul(pointt p1,pointt p2,pointt p0)
{
retur
www.eeworm.com/read/469371/6974104
cpp 2571404_tle.cpp
#include
#include
#include
using namespace std;
typedef struct
{
float x,y;
char out[20],out1[20];
}pointt;
float mul(pointt p1,pointt p2,pointt p0)
{
retur
www.eeworm.com/read/469371/6974107
cc 2570448_tle.cc
#include
#include
#include
using namespace std;
typedef struct
{
float x,y;
}pointt;
float mul(pointt p1,pointt p2,pointt p0)
{
return((p1.x-p0.x)*(p2.y-p0.y)