代码搜索:Problem

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

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

cpp 1696.cpp

/* This Code is Submitted by wywcgs for Problem 1696 on 2005-03-11 at 18:07:25 */ #include int main() { int a, b, line, i; scanf("%d", &line); for(i = 0; i < line
www.eeworm.com/read/486654/6524407

cpp 2191.cpp

/* This Code is Submitted by wywcgs for Problem 2191 on 2006-04-02 at 22:43:43 */ #include int main() { int t, T, i; scanf("%d", &T); for(t = 1; t
www.eeworm.com/read/486654/6524421

cpp 2111.cpp

/* This Code is Submitted by wywcgs for Problem 2111 on 2005-10-07 at 19:20:16 */ #include int main() { int n, sum; int i, j, test, t; scanf("%d", &test); for(i = 0; i < te
www.eeworm.com/read/486654/6524424

cpp 1331.cpp

/* This Code is Submitted by wywcgs for Problem 1331 on 2005-10-03 at 09:46:30 */ #include #define MAX 100000 int main() { double hang[MAX], sum = 0; long i, n; for (i = 1;
www.eeworm.com/read/486654/6524440

cpp 1032.cpp

/* This Code is Submitted by wywcgs for Problem 1032 on 2005-12-26 at 10:44:14 */ #include const int MAX = 102400; int main() { double x[MAX], y[MAX]; double A, Cx, Cy; int t,
www.eeworm.com/read/486654/6524465

cpp 1224.cpp

/* This Code is Submitted by wywcgs for Problem 1224 on 2005-03-25 at 20:15:14 */ #include int main() { int test; long n, step; int i; scanf("%d", &test);
www.eeworm.com/read/486654/6524466

cpp 2253.cpp

/* This Code is Submitted by wywcgs for Problem 2253 on 2006-05-29 at 10:23:20 */ #include #include using namespace std; int main() { int t, T; scanf("%d", &T);
www.eeworm.com/read/486654/6524476

cpp 2335.cpp

/* This Code is Submitted by wywcgs for Problem 2335 on 2006-08-26 at 02:08:04 */ #include const int L = 128; int main() { int T; scanf("%d", &T); for(int t = 1; t
www.eeworm.com/read/486654/6524515

cpp 1039.cpp

/* This Code is Submitted by wywcgs for Problem 1039 on 2005-03-23 at 20:41:14 */ #include int main() { long five[13], N, T, Z; long i, j; five[0] = 1; for(i
www.eeworm.com/read/486654/6524549

cpp 2071.cpp

/* This Code is Submitted by wywcgs for Problem 2071 on 2005-09-23 at 00:16:03 */ #include int main() { int a[3], i; while(scanf("%d %d %d", &a[0], &a[1], &a[2]) == 3)