代码搜索:TLE

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

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

cpp 4837005_tle.cpp

#include using namespace std; char x[205]; char y[105]; int xl,yl; int s[110][210]; int huo[5][5]={{5,-1,-2,-1,-3},{-1,5,-3,-2,-4},{-2,-3,5,-2,-2},{-1,-2,-2,5,-1},{-3,-4,-2,-1,0}}; in
www.eeworm.com/read/448932/7522018

cpp 4837012_tle.cpp

#include using namespace std; char x[220]; char y[220]; int xl,yl; int s[220][220]; int huo[5][5]={{5,-1,-2,-1,-3},{-1,5,-3,-2,-4},{-2,-3,5,-2,-2},{-1,-2,-2,5,-1},{-3,-4,-2,-1,0}}; in
www.eeworm.com/read/448932/7522042

cpp 4766209_tle.cpp

#include using namespace std; float p[1005][35]; float mem[1005][35][35]; bool used[1005][35][35]; int m,t,n; float get(int n,int s,int now) { float re; if((m-s+1)==n) { int
www.eeworm.com/read/448932/7522044

cpp 4766176_tle.cpp

#include using namespace std; float p[1005][35]; int m,t,n; float get(int m,int n,int s,int now) { float re; if(m==n) { int i; re=1.0; for(i=s;i
www.eeworm.com/read/448932/7522057

cpp 3142161_tle.cpp

#include int input[100000][2]; void read(char * p,int t) {int i=0,j=0; while(i='0'&&*(p+j)
www.eeworm.com/read/448932/7522061

cpp 3141997_tle.cpp

#include int input[10000][2]; void read(char * p,int t) {int i=0,j=0; while(i='0'&&*(p+j)
www.eeworm.com/read/443457/7632531

cpp 1284tle.cpp

#include int ap(int i,int j){ if(i==1||j==1) return 1; else if(ij) return ap(i,j-1)+ap(i-j,j);
www.eeworm.com/read/443457/7632541

cpp 1028tle.cpp

www.eeworm.com/read/143213/12888946

jpg tle10055.jpg

www.eeworm.com/read/407553/11416041

cpp 2154_tle.cpp

#include"iostream" using namespace std; #include"map" #include"math.h" #include #define N 100 #define M 2*N int a[N];__int64 c[N][N] = {0}; int rep[M];//各置换循环节数 void rotate(int n)