代码搜索:TLE

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

代码结果 732
www.eeworm.com/read/448932/7521910

cpp 3141224_tle.cpp

#include int w(int a,int b,int c); int main() {int a,b,c; while(!(a==-1&&b==-1&&c==-1)) {cin>>a>>b>>c; cout
www.eeworm.com/read/448932/7521927

cpp 4754680_tle.cpp

#include using namespace std; int q[500005]; int n; int all; void merge(int b,int mid,int e) { int ll,rl,i,j,k; ll=mid-b+1; rl=e-mid; int l[500005]; int r[500005]; for(i=b,
www.eeworm.com/read/448932/7521930

cpp 4754697_tle.cpp

#include using namespace std; __int64 x[500005]; int all; void merge(int b,int e,int mid) { int ll=mid-b+1; int rl=e-mid; __int64 l[500005]; __int64 r[500005]; int i,j,k; fo
www.eeworm.com/read/448932/7521931

cpp 4754628_tle.cpp

#include using namespace std; int x[500005]; int all; void merge(int b,int e,int mid) { int l[500005]; int r[500005]; int ll=mid-b+1; int rl=e-mid; int i,j,k; for(i=0,k=b;k
www.eeworm.com/read/448932/7521945

cpp 4456284_tle.cpp

#include #include #include #include #include using namespace std; //int jieguo[1000][1000]; class STAMPS { public: map stamps; bool first;
www.eeworm.com/read/448932/7521947

cpp 4456502_tle.cpp

#include #include #include #include #include using namespace std; //int jieguo[1000][1000]; class STAMPS { public: map stamps; bool first;
www.eeworm.com/read/448932/7521955

cpp 4859676_tle.cpp

#include using namespace std; int get2it(int x,int num) { int k[20]; int i; i=0; while(x) { k[i]=x%10; x/=10; i++; } return k[i-num]; } int getit(int n) { int
www.eeworm.com/read/448932/7521963

cpp 3935773_tle.cpp

#include using namespace std; int fale[100001][101];//费用记录表 int max_height,min1,min2,max_height_number; int N,C; int input[101]; int direction; int fill(int count); int set(int coun
www.eeworm.com/read/448932/7521971

cpp 4881777_tle.cpp

#include using namespace std; int v[54]; bool change[54]; bool chu[54]; char po[110][30]; int n; void run() { int now=1; int t,temp; char ic; memset(change,false,sizeof(chang
www.eeworm.com/read/448932/7521976

cpp 4839164_tle.cpp

#include #include using namespace std; int main() { double s=1; int result=0; int tmp; for(int i=0;i>tmp; s=s*tmp; } for(int i2=1;i2*i2