代码搜索:Problem

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

代码结果 10,000
www.eeworm.com/read/481966/6633429

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/481966/6633438

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/481966/6633439

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/481966/6633463

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/481966/6633491

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/481966/6633506

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;
www.eeworm.com/read/481966/6633537

cpp 2066.cpp

/* This Code is Submitted by wywcgs for Problem 2066 on 2005-09-19 at 19:19:18 */ #include #include int main() { long test, i, len, j; char word[5001];
www.eeworm.com/read/481966/6633548

cpp 2491.cpp

/* This Code is Submitted by wywcgs for Problem 2491 on 2007-06-01 at 12:42:56 */ #include #include const int P = 10000; void com(int); void mul(int[][2], int[][2]); int
www.eeworm.com/read/481966/6633556

cpp 2026.cpp

/* This Code is Submitted by wywcgs for Problem 2026 on 2005-09-16 at 22:25:03 */ #include int root(int, int); int main() { int i, sum; for(i = 2992; i < 10000; i++
www.eeworm.com/read/481966/6633572

cpp 1480.cpp

/* This Code is Submitted by wywcgs for Problem 1480 on 2006-01-12 at 04:48:09 */ #include int main() { double b[2], c[2], n[2]; int i, m; while(scanf("%d", &m) != EOF) { s