代码搜索:Problem

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

代码结果 10,000
www.eeworm.com/read/486654/6524101

cpp 2079.cpp

/* This Code is Submitted by wywcgs for Problem 2079 on 2005-10-15 at 09:12:09 */ #include #include double t; double except(int, double); int main() { int n; whi
www.eeworm.com/read/486654/6524105

cpp 2100.cpp

/* This Code is Submitted by wywcgs for Problem 2100 on 2005-10-05 at 16:45:19 */ #include int main() { long p, q, x, y, s, t; int test, i; scanf("%d", &test); for(i = 0; i
www.eeworm.com/read/486654/6524110

cpp 1015.cpp

/* This Code is Submitted by wywcgs for Problem 1015 on 2006-02-08 at 15:50:15 */ #include const int MAX = 32000; int main() { bool prime[MAX] = { true, true }; int n, i, j, t,
www.eeworm.com/read/486654/6524129

cpp 1964.cpp

/* This Code is Submitted by wywcgs for Problem 1964 on 2006-08-09 at 10:18:20 */ #include #include const int V = 200; int main() { int t, T, i, j; double x[3], y[3], e
www.eeworm.com/read/486654/6524131

cpp 1061.cpp

/* This Code is Submitted by wywcgs for Problem 1061 on 2005-10-29 at 11:11:53 */ #include const int MAX = 32; int main() { long long e[MAX][MAX] = {0}; int i, j, n, m; for
www.eeworm.com/read/486654/6524140

cpp 1853.cpp

/* This Code is Submitted by wywcgs for Problem 1853 on 2005-09-18 at 09:55:08 */ #include int main() { char key[4][13] = {{'`', '1', '2', '3', '4', '5', '6', '7', '8', '9', '0',
www.eeworm.com/read/486654/6524141

cpp 1296.cpp

/* This Code is Submitted by wywcgs for Problem 1296 on 2005-09-25 at 22:43:39 */ #include #include int main() { int n, i; long m, p; scanf("%d", &n); for(i = 0;
www.eeworm.com/read/486654/6524164

cpp 1080.cpp

/* This Code is Submitted by wywcgs for Problem 1080 on 2005-03-05 at 18:32:08 */ #include int main() { int root, i, j, a[11]; while(1){ root = 0; fo
www.eeworm.com/read/486654/6524192

cpp 1995.cpp

/* This Code is Submitted by wywcgs for Problem 1995 on 2005-10-23 at 00:40:35 */ #include int main() { int N, n, i; int f[1024] = {1, 2}; scanf("%d", &n); for(i = 2; i < 10
www.eeworm.com/read/486654/6524207

cpp 2264.cpp

/* This Code is Submitted by wywcgs for Problem 2264 on 2006-06-03 at 17:19:25 */ #include #include using namespace std; typedef long long int64; const int CN = 102400;