Dear Obaida,
PLZ can you change my code and send it
i did all you said but still Runtime Error
Thanks
Search found 5 matches
- Tue Aug 05, 2008 4:56 pm
- Forum: Volume 100 (10000-10099)
- Topic: 10041 - Vito's Family
- Replies: 90
- Views: 44830
- Mon Aug 04, 2008 7:16 pm
- Forum: Volume 100 (10000-10099)
- Topic: 10041 - Vito's Family
- Replies: 90
- Views: 44830
Re: 10041 - Vito's Family
Please i really need help
i want to know what is wrong??
plz any one reply me


i want to know what is wrong??
plz any one reply me
- Sun Aug 03, 2008 12:41 am
- Forum: Volume 100 (10000-10099)
- Topic: 10041 - Vito's Family
- Replies: 90
- Views: 44830
Re: 10041 - Vito's Family
thanx Obaida for replying me
but there is something wrong
how you remove the #include<stdlib.h> and got AC
there is (abs) function that found on this library
i do what you tell me but this is the UVa mail to me:
Your submission for the problem 10041 - Vito's Family has failed with verdict Runtime ...
but there is something wrong
how you remove the #include<stdlib.h> and got AC
there is (abs) function that found on this library
i do what you tell me but this is the UVa mail to me:
Your submission for the problem 10041 - Vito's Family has failed with verdict Runtime ...
- Thu Jul 31, 2008 12:19 pm
- Forum: Volume 100 (10000-10099)
- Topic: 10041 - Vito's Family
- Replies: 90
- Views: 44830
Re: 10041 - Vito's Family
Remove the exit(0); function. This is not valid.
Hope you get Accepted & remove the code. :wink:
Thanks Obaida for your replying
i have do what u tell me but still runtime error and this is the UVa mail to me:
Your submission for the problem 10041 - Vito's Family has failed with verdict ...
Hope you get Accepted & remove the code. :wink:
Thanks Obaida for your replying
i have do what u tell me but still runtime error and this is the UVa mail to me:
Your submission for the problem 10041 - Vito's Family has failed with verdict ...
- Mon Jul 28, 2008 7:53 pm
- Forum: Volume 100 (10000-10099)
- Topic: 10041 - Vito's Family
- Replies: 90
- Views: 44830
10041 - Vito's Family(Runtime Error)
Can any one help me plz??
all problems i solved got RE
i don't know why
plz help me in this problem
this my code:
#include<stdio.h>
#include<stdlib.h>
int swap(int a[],int b)
{
int temp=0;
temp=a ;
a =a[b+1];
a[b+1]=temp;
return *a;
}
int sort(int a[3000],int n)
{
for(int s=1;s<n;s ...
all problems i solved got RE
i don't know why
plz help me in this problem
this my code:
#include<stdio.h>
#include<stdlib.h>
int swap(int a[],int b)
{
int temp=0;
temp=a ;
a =a[b+1];
a[b+1]=temp;
return *a;
}
int sort(int a[3000],int n)
{
for(int s=1;s<n;s ...