代码搜索:TLE
找到约 732 项符合「TLE」的源代码
代码结果 732
www.eeworm.com/read/448932/7521720
cpp 4473765_tle.cpp
#include
#include
using namespace std;
int length[65];//棍子长度
int max_length;//最长棍子
int sum;//总长度
int now[65][65];//搜索状态
int finish[65];//搜索成功棍子数
int zero[64];//空的棍子数
www.eeworm.com/read/448932/7521722
cpp 4473977_tle.cpp
#include
#include
using namespace std;
int length[65];//棍子长度
int max_length;//最长棍子
int sum;//总长度
int now[65][65];//搜索状态
bool used[65];//是否已经使用
//int finish[65];//搜索成功棍
www.eeworm.com/read/448932/7521753
cpp 4692141_tle.cpp
#include
#define MAX 1000000
using namespace std;
int n,np,nc,nb,m;
char input;
int map[105][105];//0为超级s,n+1为超级T
int cf[105][105];
int prev[105],dis[105];
bool used[105];
int all;
www.eeworm.com/read/448932/7521754
cpp 4692117_tle.cpp
#include
#define MAX 1000000
using namespace std;
int n,np,nc,nb,m;
char input;
int map[105][105];//0为超级s,n+1为超级T
int cf[105][105];
int prev[105],dis[105];
bool used[105];
int all;
www.eeworm.com/read/448932/7521755
cpp 4692001_tle.cpp
#include
#define MAX 1000000
using namespace std;
int n,np,nc,nb,m;
char input;
int map[105][105];//0为超级s,n+1为超级T
int cf[105][105];
int prev[105],dis[105];
bool used[105];
int all;
www.eeworm.com/read/448932/7521770
cpp 4775048_tle.cpp
#include
#define M 99983
using namespace std;
int hash[200000];
char x[100005][2][12];
char s[12];
int gethash(char temp[])
{
char * key=temp;
unsigned long h = 0;
while(*key)
www.eeworm.com/read/448932/7521773
cpp 4878509_tle.cpp
#include
using namespace std;
int all[2010][2010];
int x[2010];
int n;
int getsum(int i,int j)
{
int al=0;
for(int count=i;count
www.eeworm.com/read/448932/7521871
cpp 4871150_tle.cpp
#include
using namespace std;
int x[7];
int used[7];
bool can;
int sum;
void slove(int now,int nm)
{
int i;
if(now==6)
{
if(sum==nm) can=true;
return;
}
for(i=0;i
www.eeworm.com/read/448932/7521906
cpp 3141274_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/7521909
cpp 3141197_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