代码搜索:TLE

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

代码结果 732
www.eeworm.com/read/452050/7451182

cpp 4244594_tle.cpp

#include #include #include using namespace std; int f[1
www.eeworm.com/read/452050/7451183

cc 4244599_tle.cc

#include #include #include using namespace std; int f[1
www.eeworm.com/read/452050/7451275

java 3177637_tle.java

import java.util.*; import java.io.*; public class Main { public static void main(String [] args) throws Exception { BufferedReader cin = new BufferedReader(new InputStreamReader(System.
www.eeworm.com/read/452050/7451277

cc 3177555_tle.cc

#include #include #include int main() { char str[256]; int len, i, j, k, l; int marka, markb, min; int dpa[256][256], dpb[256][256]; int best[256];
www.eeworm.com/read/452050/7451279

c 2828204_tle.c

#include int map[371][371]; int n; int ans, p, q; int fit(int t) { int i, j, k; for(i = 0; i
www.eeworm.com/read/452050/7451284

cpp 2843651_tle.cpp

#include #include int i, j, k, N, side, maxSide, maxi, maxj; int A[371][371]; bool ok; int max(int a,int b) { return a>b?a:b; } int main() { scanf("%d",&N); for
www.eeworm.com/read/452050/7451288

cc 2828208_tle.cc

#include int map[371][371]; int n; int ans, p, q; int fit(int t) { int i, j, k; for(i = 0; i
www.eeworm.com/read/452050/7451303

cpp 3041864_tle.cpp

#include #include #include #define max 40100 #define inf 2100000000 using namespace std; struct node { int u, v; int w, id; }edge[max*2]; bool cmp1(no
www.eeworm.com/read/452050/7451304

cc 3041859_tle.cc

#include #include #include #define max 40010 #define inf 2100000000 using namespace std; struct node { int u, v; int w, id; }edge[max*2]; bool cmp1(no
www.eeworm.com/read/452050/7451414

cpp 3007353_tle.cpp

#include int press[17]; int ans = 17; char str[5][5]; int valid(int x,int y) { if(x < 0 || y < 0 || x > 3 || y > 3) return 0; return 1; } void flip(int num) { int i, j