Search found 3 matches

by dioniz69
Mon Jul 28, 2003 12:31 pm
Forum: Volume 2 (200-299)
Topic: 291 - The House Of Santa Claus
Replies: 19
Views: 8992

291 Wrong Answer ???

Can someone tell me what is wrong with my code. I am getting wrong anser but i have no clue what could be wrong. Here is my program


#include <stdio.h>
#include <malloc.h>


struct s
{
int veza[4];
};
typedef struct s cvor;


int *ProdjiTocku(int stage,int *array,int *n,int t,cvor *tocka,int *veza ...
by dioniz69
Thu Jul 24, 2003 2:42 am
Forum: Volume 1 (100-199)
Topic: 190 - Circle Through Three Points
Replies: 126
Views: 37311

190

This is my solution of 190 Circle-Three points and works fine on my Visual C++ compiler, but im not sure when the input ends . So i am doing while loop ( while(gets(string)) ) but i am getting wrong answer. Can anyone help me ?
#include <stdio.h>
#include <malloc.h>
#include <math.h>
#include ...
by dioniz69
Wed Jul 23, 2003 11:52 am
Forum: Volume 1 (100-199)
Topic: 190 - Circle Through Three Points
Replies: 126
Views: 37311

problem 190

How can i now how many input lines there are, my program gives correct solution but i dont know when the input ends[/c]

Go to advanced search