Search found 4 matches

by Cucu
Thu Nov 06, 2003 12:51 am
Forum: Volume 3 (300-399)
Topic: 336 - A Node Too Far
Replies: 121
Views: 58713

336: Output Limit Exceeded!!

I'm trying to solve 336 and i'm having Output Limit Exceeded...
I think I should have a problem with I/O, can you help me??? Please!! I'me getting crazy!!!

[cpp]#include <iostream.h>
#include <map.h>
#include <stack.h>
//#include <queue.h>
#include <stdio.h>

using namespace std;

int visitar (int ...
by Cucu
Fri Apr 25, 2003 5:51 am
Forum: Volume 103 (10300-10399)
Topic: 10398 - The Golden Pentagon
Replies: 17
Views: 5776

I get always WA and there's something I don't understand

HI!
I'm calculating K^(i-1) where K=1,324717...
I've tried with 15 to 20 digits and it doesn't work :(
Also, I've realized that if the first side is 1, the second is 1,32... and the third is 1.7424, and it says "T indicates the length of a side of I-th triangle rounded to the nearest integer", so it ...
by Cucu
Wed Apr 09, 2003 3:47 pm
Forum: Algorithms
Topic: On line books or similar for algorithms..
Replies: 1
Views: 2166

On line books or similar for algorithms..

Hi!!
I'd really like to read books or something about alogrithms; but I can't find books in my country and because of the change with the dolar, for me is very very expensive to buy a book in amazon, even if it is 20 or 30 dolars. So i'm looking for good sites with information, but I couldn't find ...
by Cucu
Wed Nov 20, 2002 9:48 pm
Forum: Volume 103 (10300-10399)
Topic: 10347 - Medians
Replies: 32
Views: 17984

Always WA!!!

Hi, I think that the program gives the rigth answer but I get wrong answer, I've tried many times changing subtilities in the presentation, but i coudn't get it accepted.
Heeelppp!!!
:evil:

[c]
#include <stdio.h>
#include <math.h>


double area (double m1, double m2, double m3)
{
double a,b,c, aux ...

Go to advanced search