Search found 43 matches
- 8 years ago
- Forum: Problem set
- Topic: 1009 - Arranging Amplifiers
- Replies: 15
- Views: 7015
- Gender:
Re: 1009 - Arranging Amplifiers
i ve tried all those problems and got TLE with C# and Java, then i rewrite the same algorithm in C++ and Ac... Why...??? i guess that gives the C++ programmers some sort of leverage! please reconsider this matter. thank you for the time As you know c++ is by far faster than java and c# thus your pr...
- 8 years ago
- Forum: Problem set
- Topic: 1294 - Jolly Jumpers
- Replies: 2
- Views: 1628
- Gender:
Re: 1294 - Jolly Jumpers
for this kind of problem you should read until de end of file(EOF)hanibal wrote:as the input ends?
- 8 years ago
- Forum: Problem set
- Topic: 1168 - Decode
- Replies: 2
- Views: 757
- Gender:
Re: 1168 - Decode
you should check the FAQ(http://coj.uci.cu/general/faq.xhtml) section to see the meaning of each status.hanibal wrote:which means wrong answer test test 1 or 2?
hanibal wrote:test 1 or 2?
It means the test on wich your solution fail
- 8 years ago
- Forum: Problem set
- Topic: 1684 - Binary to Roman
- Replies: 2
- Views: 1124
- Gender:
Re: 1684 - Binary to Roman- doubt !
you should check the FAQ(http://coj.uci.cu/general/faq.xhtml#faq.12) section to see what runtime error means.hanibal wrote: I do not know why the online judge gives me a RunTime in the test.
- 9 years ago
- Forum: Problem set
- Topic: 1009 - Arranging Amplifiers
- Replies: 15
- Views: 7015
- Gender:
Re: 1009 - Arranging Amplifiers
please check java submissions too!! There are not AC submissions in Java in COJ v2 for this problem, remember that v1 use to give java solutions a factor for time increasing, this practice was considered wrong in v2 so there are no longer special treatments to any language in the COJ. i hope this h...
- 9 years ago
- Forum: Problem set
- Topic: 1009 - Arranging Amplifiers
- Replies: 15
- Views: 7015
- Gender:
Re: 1009 - Arranging Amplifiers
I just check ac solutions and remains AC.adrianc wrote:Please check the datasets again because im getting TLE no matter what i do and i have submitted a friend ac solution and got TLE too ...
- 9 years ago
- Forum: Problem set
- Topic: 1566 - Cannon Balls
- Replies: 3
- Views: 1969
- Gender:
Re: 1566 - Cannon Balls
n -> 3 = 14
n-> 4 = 30
n-> 4 = 30
- 9 years ago
- Forum: Problem set
- Topic: 1229 - Pit Stop Strategy
- Replies: 6
- Views: 1270
- Gender:
Re: 1229 - Pit Stop Strategy
You should know that "doubles" support biggers numbers than "floats" so ... it could be cause for thisReynaldoGil wrote:it seems our COJ has problems working with float numbers, because the only thing I changed was the float by double....
- 9 years ago
- Forum: Problem set
- Topic: 1771 - Getting Home
- Replies: 4
- Views: 893
- Gender:
Re: 1771 - Getting Home
Can you describe your algorithm?? so someone could understand what you are doing..Phantom wrote: my algorithm works for all my test cases, but the COJ dislike it...
- 9 years ago
- Forum: Problem set
- Topic: 1136 - Prime Generator
- Replies: 2
- Views: 904
- Gender:
Re: Prime Generator
Yea for each set of data you need to print a blank line.Vasha wrote:A question for each set of data I need to print a blank line or just the first n-1 data sets
hope this help you!