Search found 2 matches

by faltooreza
Tue Nov 30, 2004 2:31 pm
Forum: Volume 106 (10600-10699)
Topic: 10656 - Maximum Sum (II)
Replies: 52
Views: 23555

10656 - Maximum Sum (II)

I can't understand what the hell problem means? Anyone please make me clear.... what to do in this problem......
by faltooreza
Wed Sep 15, 2004 12:57 pm
Forum: Volume 1 (100-199)
Topic: 121 - Pipe Fitters
Replies: 36
Views: 6641

121 why wrong answer? Help me with some cirtical I/O

/*Here's my code someone plz help me to find out the problem*/

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

long grid(double x, double y){
return floor(x)*floor(y);
}

long skew(double x, double y){
long pipes;
double remain_row,row1,row2,nrow1,nrow2;

pipes=floor(x);
remain_row=floor((y-1)/0 ...

Go to advanced search