代码搜索:Sign

找到约 10,000 项符合「Sign」的源代码

代码结果 10,000
www.eeworm.com/read/348596/10881746

txt 1436.txt

#include"iostream.h" #include"memory.h" #include"algorithm" using namespace std; int y1[8000],y2[8000],x[8000],index[8000]; int l[16000],n; int *edge[8000]; int cmp(int a,int b) {retur
www.eeworm.com/read/348596/10881781

txt 3083.txt

Source Problem Id:3083 User Id:fzk Memory:2096K Time:187MS Language:Java Result:Accepted Source import java.util.*; public class Main { static String map[] = new String[50]; st
www.eeworm.com/read/348596/10881891

txt 3178.txt

Source Problem Id:3178 User Id:fzk Memory:192K Time:218MS Language:C++ Result:Accepted Source #include #include //////////////////////////////// typedef double
www.eeworm.com/read/348596/10881962

txt 1719.txt

#include #include int e[1000][1000], en[1000], col[1000]; int match[1000]; bool sign1[1000], sign2[1000]; int flag[1000]; bool search( int a ) { int i, j;
www.eeworm.com/read/348596/10881989

txt 3132.txt

Source Problem Id:3132 User Id:fzk Memory:100K Time:577MS Language:C++ Result:Accepted Source #include #include #include int ans[15][1200]; int prim
www.eeworm.com/read/348596/10881992

txt 1948.txt

#include #include #include #include using namespace std; bool sign[800][800]; int l[40], n; typedef pair node; node q[800*800]; int qn; int ma
www.eeworm.com/read/348596/10882164

txt 1766.txt

#include"iostream.h" int edge[32][32],sign[32]; int e[][2]={{0,1},{0,2},{0,3},{0,4},{0,5}, {11,6},{11,7},{11,8},{11,9},{11,10}, {1,2},{2,3},{3,4},{4,5},{5,1}, {6,7},{7,8},{8,9}
www.eeworm.com/read/348596/10882269

txt 2516.txt

#include #include #include using namespace std; typedef int type; const type MAX_FEE = 1e8; const int size = 210; const int MAX = 1e8; struct edge { int c,f
www.eeworm.com/read/348596/10882394

txt 2182.txt

#include #include bool sign[8000]; int a[8000]; int main() { int i, j, n, k; scanf( "%d", &n ); a[0] = 0; for( i=1; i
www.eeworm.com/read/348596/10882401

txt 2890.txt

Problem Id:2890 User Id:fzk Memory:140K Time:343MS Language:C++ Result:Accepted Source //#include //#include #include #include #include