代码搜索:Problem
找到约 10,000 项符合「Problem」的源代码
代码结果 10,000
www.eeworm.com/read/486654/6524658
cpp 2127.cpp
/* This Code is Submitted by wywcgs for Problem 2127 on 2005-10-21 at 13:11:00 */
#include
#include
int main()
{
double D, d, s;
double r, t, o;
int n, i;
scanf("%d
www.eeworm.com/read/486654/6524663
cpp 1688.cpp
/* This Code is Submitted by wywcgs for Problem 1688 on 2005-03-05 at 15:55:07 */
#include
int main()
{
int speed[10] = {0}, time[10] = {0}, distance = 0;
int n, i;
www.eeworm.com/read/486654/6524676
cpp 1881.cpp
/* This Code is Submitted by wywcgs for Problem 1881 on 2005-09-23 at 21:41:37 */
#include
int main()
{
int visited[10001], i;
long b, n;
while(scanf("%ld", &b) =
www.eeworm.com/read/486654/6524682
cpp 1680.cpp
/* This Code is Submitted by wywcgs for Problem 1680 on 2006-03-03 at 14:38:41 */
#include
const int MAX = 32;
int main()
{
int lmt[MAX][MAX], g, l;
int i, j, t;
for(i = 0;
www.eeworm.com/read/486654/6524708
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/486654/6524723
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/486654/6524725
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/486654/6524748
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/486654/6524771
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/486654/6524772
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