代码搜索:TLE

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

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

cc 2489507_tle.cc

#include using namespace std; int result(int h) { int left,k=0,total=1; for(int m=1;;m++) { for(int i=1;i
www.eeworm.com/read/469371/6973814

cc 2489536_tle.cc

#include using namespace std; int result(int h) { int left,total=1; for(int m=1;;m++) { for(int i=1;i
www.eeworm.com/read/469371/6973815

cc 2489422_tle.cc

#include using namespace std; int result(int h) { int left,k=0,total=1; for(int m=1;;m++) { for(int i=1;i
www.eeworm.com/read/469371/6973816

cc 2489411_tle.cc

#include using namespace std; int result(int h) { int left,k=0,total=1; for(int m=1;;m++) { for(int i=1;i
www.eeworm.com/read/469371/6973817

cpp 2489676_tle.cpp

#include using namespace std; int result(int h) { int left,total=1; int k=0; while(true) { total=(2*k+1)*2; while(total
www.eeworm.com/read/469371/6973841

cc 2633544_tle.cc

#include using namespace std; int num[64]; bool mg[64]; int n; bool find(int m,int k,int len) { if(m==0 && k==0) return true; if(m==0) m=len; for(i
www.eeworm.com/read/469371/6973843

cc 2633478_tle.cc

#include using namespace std; int num[64]; bool mg[64]; int n; int cmp(const void *i, const void *j) { return *(int *)i - *(int *)j; } bool find(int m,int k,int len) { if(m=
www.eeworm.com/read/469371/6973845

cc 2633433_tle.cc

#include using namespace std; int num[64]; bool mg[64]; int n; bool find(int m,int k,int len) { if(m==0 && k==0) return true; if(m==0) m=len; for(i
www.eeworm.com/read/469371/6973848

cc 2633521_tle.cc

#include using namespace std; int num[64]; bool mg[64]; int n; int cmp(const void *i, const void *j) { return *(int *)j - *(int *)i; } bool find(int m,int k,int len) { if(m=
www.eeworm.com/read/469371/6973850

cc 2633406_tle.cc

#include using namespace std; int num[64]; bool mg[64]; int n; bool find(int m,int k,int len) { if(m==0 && k==0) return true; if(m==0) m=len; for(i