Search found 2 matches

by DonLimpio
Thu Sep 11, 2008 10:03 pm
Forum: Volume 100 (10000-10099)
Topic: 10032 - Tug of War
Replies: 91
Views: 43622

:-( WA

Hello,

I tested it with all inputs of this topic but UVa don't accept it.
Someone know any critical input for this problem outside this topic?

tanks.


#include <cstdlib>
#include <iostream>

char entrada[50];
int personas, personasProcesadas, personasAdmitidas;
int pesos[100];
int ...
by DonLimpio
Wed Sep 10, 2008 4:16 pm
Forum: Volume 101 (10100-10199)
Topic: 10152 - ShellSort
Replies: 33
Views: 14775

Re: 10152 - ShellSort

Hello carlitos,

I don't go to reply you, sorry.

I have a problem with my code,
all tested inputs are right but this have a WA.
Again, have this problem any Critical Input?


#include <cstdlib>
#include <iostream>

char aOrdenar[200][90];
char Ordenadas[200][90];
char entrada[100];
int tortugos ...

Go to advanced search