Search found 4 matches

by rudy yulianto
Thu Dec 06, 2007 2:49 pm
Forum: Volume 110 (11000-11099)
Topic: 11015 - 05-2 Rendezvous
Replies: 48
Views: 24070

wa

my code still wa until now..plz give me some input n output..thx
by rudy yulianto
Sat Dec 01, 2007 5:13 pm
Forum: Volume 110 (11000-11099)
Topic: 11015 - 05-2 Rendezvous
Replies: 48
Views: 24070

please give me some case of input n output

it's my code..
i don't know why WA...

#include<stdio.h>


int DP[50][50];

int min(int a,int b)
{
if(a<b)
return a;
else
return b;
}


int main()
{
int n,m;
char nama[50][50];
int row,coloumn,cost;
int array[50][50];
int i,j,k;
int temp[500],MIN,index,pendek[500],flag=1;
while(scanf("%d ...
by rudy yulianto
Sun Oct 14, 2007 12:52 pm
Forum: Volume 8 (800-899)
Topic: 895 - Word Problem
Replies: 23
Views: 16477

run time error

i have been try some input from Jan


abc
bcd
cde
def
eee
eff
eggg
ffff
#
e e e
#


and my output
1
but my submission is run time error

it's my code in C

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

int counter[1232];
int main()
{
int flag;
char dic[1233][13];
char puzzle[1234][13];
int i =-1,j ...
by rudy yulianto
Tue Sep 11, 2007 11:18 am
Forum: Volume 3 (300-399)
Topic: 371 - Ackermann Functions
Replies: 196
Views: 51173

try some cases from Aengus

i try your cases from Aengus..

1 2
1 10000
30000 100000
1 1000000
2000000000 2001000000
1234567890 1235678901
0 0



i try input --> 1 10000
but that inputs changed in my code...

please some body check my code...




#include<stdio.h>
#include<stdlib.h>

int main()
{
long long input[1000][2 ...

Go to advanced search