代码搜索:Problem

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

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

cpp 1991.cpp

/* This Code is Submitted by wywcgs for Problem 1991 on 2005-09-16 at 17:30:43 */ #include int main() { int five[28], four[28]; int i, re; long n; five[0] =
www.eeworm.com/read/481966/6634022

cpp 1101.cpp

/* This Code is Submitted by wywcgs for Problem 1101 on 2005-03-04 at 21:55:18 */ #include int main() { char a; int b = 0; while(1){ a = getchar();
www.eeworm.com/read/481966/6634024

cpp 2109.cpp

/* This Code is Submitted by wywcgs for Problem 2109 on 2006-07-23 at 15:11:26 */ #include const int RN = 24; int main() { int i, j; for(i = 0; i < RN; i++) for(j = i+1; j
www.eeworm.com/read/481966/6634047

cpp 1584.cpp

/* This Code is Submitted by wywcgs for Problem 1584 on 2005-03-25 at 14:10:19 */ #include int main() { int n, a, b; int i; scanf("%d", &n); for(i = 0; i < n
www.eeworm.com/read/481966/6634070

cpp 1036.cpp

/* This Code is Submitted by wywcgs for Problem 1036 on 2006-01-19 at 04:04:55 */ #include const int MAX = 128; int main() { int t, T, i, j; int n, m, d[MAX][MAX]; scanf("%
www.eeworm.com/read/481966/6634071

cpp 1637.cpp

/* This Code is Submitted by wywcgs for Problem 1637 on 2005-10-01 at 11:05:03 */ #include #include int main() { int n; double total, sum; while(scanf("%lf", &total
www.eeworm.com/read/481966/6634088

cpp 2322.cpp

/* This Code is Submitted by wywcgs for Problem 2322 on 2006-08-13 at 20:22:08 */ #include int main() { int T; scanf("%d", &T); for(int t = 1; t
www.eeworm.com/read/481966/6634108

cpp 1277.cpp

/* This Code is Submitted by wywcgs for Problem 1277 on 2005-11-10 at 23:43:49 */ #include const int MAX = 64; int main() { double e[MAX][MAX] = {0}, c[MAX] = {0}; int i, j, n;
www.eeworm.com/read/481966/6634114

cpp 2277.cpp

/* This Code is Submitted by wywcgs for Problem 2277 on 2006-06-11 at 19:16:40 */ #include int main() { int n, i, t, T; scanf("%d", &T); for(t = 0; t < T; t++) { scanf("%d"
www.eeworm.com/read/481966/6634129

cpp 2332.cpp

/* This Code is Submitted by wywcgs for Problem 2332 on 2006-08-25 at 17:07:34 */ #include #include using namespace std; const int N = 1024; int main() { int led[N];