Search found 4 matches

by tristanx9
Tue Apr 13, 2010 10:07 pm
Forum: Volume 7 (700-799)
Topic: 706 - LCD Display
Replies: 221
Views: 60112

Re: 706 - LC-Display

Hi everybody! I did everything right (or apparently not :( ) I have tested with all cases I found and it was all just fine. I checked the spaces between the numbers and the space in the end. I replace the spaces by "." for check. the code, input and output is here. Can someone please help?...
by tristanx9
Sun Apr 11, 2010 12:58 am
Forum: Volume 102 (10200-10299)
Topic: 10205 - Stack 'em Up
Replies: 60
Views: 31024

Re: 10205 - Stack 'em Up

I basically have done a identical code in c++ and as I suspected it was ACC, but I tried every modification in I/O to find the responsible but got nothing my c++ code is here. Someone can solve the mystery? #include <iostream> using namespace std; char valores[13][9] = {"2", "3",...
by tristanx9
Fri Apr 09, 2010 10:09 pm
Forum: Volume 102 (10200-10299)
Topic: 10205 - Stack 'em Up
Replies: 60
Views: 31024

Re: 10205 - Stack 'em Up

I have tested all cases I could found on web. my code works in all of them. I really don't have a clue about what is happening. Someone can please help me. import java.io.*; class Main { String valores[] = {"2", "3", "4", "5", "6", "7", &qu...
by tristanx9
Mon Mar 08, 2010 11:44 pm
Forum: Volume 100 (10000-10099)
Topic: 10038 - Jolly Jumpers
Replies: 445
Views: 143572

Re: 10038 - Jolly Jumpers

Hi everybody! I? trying to solve jolly jumpers but UVa keeps on "Runtime error". I really don't know what is going on, someone could please look my code I give a sugestion? import java.io.*; class jolly_jumpers{ public static void main(String[] args) throws IOException{ boolean[] validar; ...

Go to advanced search