代码搜索结果

找到约 33,766 项符合 Algorithm 的代码

2372.cpp

/* This Code is Submitted by wywcgs for Problem 2372 on 2006-09-25 at 09:11:19 */ #include #include using namespace std; const int N = 100; int main() { int n, l[N];

2236.cpp

/* This Code is Submitted by wywcgs for Problem 2236 on 2006-05-17 at 13:50:21 */ #include #include using namespace std; const int CN = 1024; int main() { int sub[CN

2160.cpp

/* This Code is Submitted by wywcgs for Problem 2160 on 2006-03-08 at 16:58:05 */ #include #include using namespace std; const int MAX = 102400; int main() { int i,

2031.cpp

/* This Code is Submitted by wywcgs for Problem 2031 on 2006-05-26 at 17:26:21 */ #include #include using namespace std; const int M = 256; const int N = 10; int part[

2359.cpp

/* This Code is Submitted by wywcgs for Problem 2359 on 2006-09-14 at 18:20:01 */ #include #include using namespace std; typedef long long int64; int main() { int n, s

2304.cpp

/* This Code is Submitted by wywcgs for Problem 2304 on 2006-08-02 at 22:09:47 */ #include #include using namespace std; const int N = 1024; int main() { int i, j, n

2328.cpp

/* This Code is Submitted by wywcgs for Problem 2328 on 2006-08-20 at 23:01:35 */ #include #include #include using namespace std; const int N = 1024; const doubl

1795.cpp

/* This Code is Submitted by wywcgs for Problem 1795 on 2006-09-15 at 20:00:27 */ #include #include using namespace std; const int MAX = 1440; int main() { int fn, t

2167.cpp

/* This Code is Submitted by wywcgs for Problem 2167 on 2006-03-13 at 12:22:27 */ #include #include using namespace std; const int VALID[] = { 0, 1, 2, 5, 9, 8, 6 }; cons

1941.cpp

/* This Code is Submitted by wywcgs for Problem 1941 on 2006-01-29 at 13:08:59 */ #include #include using namespace std; int main() { int N, time[1024]; int i, total;