Search found 6 matches

by Biks
Sat Oct 27, 2007 3:22 am
Forum: Volume 103 (10300-10399)
Topic: 10344 - 23 out of 5
Replies: 81
Views: 39960

I have read the previous posts about 10344.
-->Someone said that there maybe negative numbers in input.
-->Someone said to check for both 23 and -23.
-->Someone said to check for negative input and output.

I have just solved the problem without considering any of the above.

-->There will be at ...
by Biks
Thu Jun 28, 2007 12:52 am
Forum: Volume 100 (10000-10099)
Topic: 10034 - Freckles
Replies: 101
Views: 48967

WA in 10034

I am getting WA on this problem
i used Kruskal algorithm
my solution pass testcase i have found in the board
Can any one help me finiding my error
I am sending here my code

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

#define ERROR 0.00000001


#define MAXV 110
#define MAXDEGREE 110 ...
by Biks
Mon May 21, 2007 8:37 pm
Forum: Volume 101 (10100-10199)
Topic: 10164 - Number Game
Replies: 32
Views: 15929

10164 RTE , help please

I am getting RTL for 10164
But I am finding no reason for getting Runtime error
I am getting mad
Can anyone help me, Please!!!

I am here sending my code


#include<stdio.h>
#include<string.h>
#include<stdlib.h>
#define sz 3000

long num[sz];
bool finished;
void subset(long a[],long k,long n,long N ...
by Biks
Sat Oct 21, 2006 5:06 pm
Forum: Volume 100 (10000-10099)
Topic: 10000 - Longest Paths
Replies: 160
Views: 56480

10000

i solved this problem using backtrack
but i am getting WA
Can anyone give me some critical test case so i can check wheres wrong
by Biks
Tue Sep 05, 2006 9:35 pm
Forum: Volume 100 (10000-10099)
Topic: 10062 - Tell me the frequencies!
Replies: 235
Views: 69475

hi, i am getting presentation error in this problem.
will any one give me some special idea to avoid this.
by Biks
Mon Jun 05, 2006 12:50 pm
Forum: Volume 3 (300-399)
Topic: 343 - What Base Is This?
Replies: 72
Views: 28297

Problem in 343

Can anyone tell me what the problem in my following code.
I am not understanding the hidden error.
#include<stdio.h>
#include<string.h>
#include<ctype.h>
#include<stdlib.h>

#define sz 200

int minimum_base(char base[]);
unsigned long anyBase_decimal(char ch[],int base);

void main()
{
char base1 ...

Go to advanced search