Search found 5 matches

by sunkist
Sun Jun 15, 2003 2:48 am
Forum: Volume 5 (500-599)
Topic: 534 - Frogger
Replies: 41
Views: 24024

Can someone please either give me some cases or help check my code, because my solution got wa even though the implementation is correct


#include <stdio.h>
#include <string.h>
#include <math.h>

int n,i,j,count = 1;
long k,l;
int coord[200][2];
long matrix[200][200];

long max(long a,long b ...
by sunkist
Sun Jun 15, 2003 2:47 am
Forum: Volume 5 (500-599)
Topic: 534 - Frogger
Replies: 41
Views: 24024

Can someone please either give me some cases or help check my code, because my solution got wa even though the implementation is correct

[c]
#include <stdio.h>
#include <string.h>
#include <math.h>

int n,i,j,count = 1;
long k,l;
int coord[200][2];
long matrix[200][200];

long max(long a,long b ...
by sunkist
Sun Jun 15, 2003 2:41 am
Forum: Volume 5 (500-599)
Topic: 534 - Frogger
Replies: 41
Views: 24024

Can someone please either give me some cases or help check my code, because my solution got wa even though the implementation is correct

[c]
#include <stdio.h>
#include <string.h>
#include <math.h>

int n,i,j,count = 1;
long k,l;
int coord[200][2];
long matrix[200][200];

long max(long a,long b ...
by sunkist
Sun Jun 15, 2003 2:31 am
Forum: Volume 5 (500-599)
Topic: 534 - Frogger
Replies: 41
Views: 24024

Can someone please either give me some cases or help check my code, because my solution got wa even though the implementation is correct

[c]
#include <stdio.h>
#include <string.h>
#include <math.h>

int n,i,j,count = 1;
long k,l;
int coord[200][2];
long matrix[200][200];

long min(long a,long b ...
by sunkist
Sun Jun 15, 2003 2:27 am
Forum: Volume 5 (500-599)
Topic: 534 - Frogger
Replies: 41
Views: 24024

Can someone please either give me some cases or help check my code, because my solution got wa even though the implementation is correct

[c]
#include <stdio.h>
#include <string.h>
#include <math.h>

int n,i,j,count = 1;
long k,l;
int coord[200][2];
long matrix[200][200];

long min(long a,long b ...

Go to advanced search