Search found 111 matches
- Mon Aug 03, 2009 3:19 pm
- Forum: Volume 116 (11600-11699)
- Topic: 11644 - Pyragrid
- Replies: 1
- Views: 798
11644 - Pyragrid
Can some body provide me with some test cases? I am getting wrong answer on this problem.
- Wed Jan 23, 2008 9:53 am
- Forum: Volume 114 (11400-11499)
- Topic: 11403 - Binary Multiplication
- Replies: 25
- Views: 13900
Well, i think many of us had the same problem. Someone can say that there was a clarification, but as it was written ( "There's an empty line after each test case." ), i misunderstood the clarification, and i thought that there was a line after each case in the input. Anyway, it was a nice contest ...
- Tue Jan 22, 2008 11:53 pm
- Forum: Volume 114 (11400-11499)
- Topic: 11403 - Binary Multiplication
- Replies: 25
- Views: 13900
Your code gets AC if you print a new line after each test case (also do not print a newline before the first test case as you do now). Furthermore you should not print blanks after the digits.
Thanks a lot, i got Acc, BTW i've found the trailing space bug before your post and i've submited and i ...
Thanks a lot, i got Acc, BTW i've found the trailing space bug before your post and i've submited and i ...
- Tue Jan 22, 2008 11:23 pm
- Forum: Volume 114 (11400-11499)
- Topic: 11403 - Binary Multiplication
- Replies: 25
- Views: 13900
- Tue Jan 22, 2008 11:19 pm
- Forum: Volume 114 (11400-11499)
- Topic: 11403 - Binary Multiplication
- Replies: 25
- Views: 13900
11403 - Binary Multiplication
I've got many WAs on this problem, would you please take a look at my code????
// removed
input:
101010111 101011
101 1
1 101
11111 1111
111111111111111111111111111111 111111111111111111111111111111
1 1
Output:
101010111
101011
---------
101010111
101010111
000000000
101010111 ...
// removed
input:
101010111 101011
101 1
1 101
11111 1111
111111111111111111111111111111 111111111111111111111111111111
1 1
Output:
101010111
101011
---------
101010111
101010111
000000000
101010111 ...
- Sun Jan 20, 2008 12:09 am
- Forum: Volume 113 (11300-11399)
- Topic: 11394 - Digit Blocks
- Replies: 18
- Views: 11427
I am getting TLE on this "easy" problem, can anybody take a look at my code and tell me why....????
Code: Select all
Accepted after writing my dynamic solution recursively!!!!!
- Fri Sep 28, 2007 8:00 pm
- Forum: Bugs and suggestions
- Topic: Is there any way to change password?
- Replies: 1
- Views: 3331
Is there any way to change password?
I can't find anything related to changing the password in new server, maybe someone can help me.
Thanks in advance
Thanks in advance
- Mon Sep 17, 2007 2:06 pm
- Forum: Bugs and suggestions
- Topic: New Server: The page isn't redirecting properly
- Replies: 1
- Views: 2423
New Server: The page isn't redirecting properly
I am having problem to view the new server pages from my pc at home(but it is ok on my laptop), and in both systems firefox 2.0 has been installed, but whenever i try to visit it from my pc(with firefox) it gives me that error, but it works on my internet explorer on pc at the snail pace. does ...
- Fri Sep 07, 2007 6:08 pm
- Forum: Bugs and suggestions
- Topic: Problem with New Server
- Replies: 2
- Views: 2800
Problem with New Server
I can't visit http://icpcres.ecs.baylor.edu/onlinejudge/
(, is the server down or i can't visit it?

- Sun Jul 08, 2007 7:17 pm
- Forum: Volume 112 (11200-11299)
- Topic: 11232 - Cylinder
- Replies: 34
- Views: 18882
i've got many WAs during the contest and after contest, can somebody tell me why my solution is wrong
here is my code:
here is my code:
Code: Select all
//removed
- Sun Mar 04, 2007 11:13 pm
- Forum: Volume 111 (11100-11199)
- Topic: 11190 - Series of Powers
- Replies: 18
- Views: 13258
thanks a lot for your testcase, the only testcase that cause me lots of TLEs during the contest was that testcase, and my solution complexity is O(n*logk)sclo wrote:Try this case:Code: Select all
0 0 15000000
- Sun Mar 04, 2007 8:55 pm
- Forum: Volume 111 (11100-11199)
- Topic: 11191 - Square
- Replies: 23
- Views: 15847
now i 've got WA, can somebody give me some tricky testcases, here is my code
Code: Select all
removed after getting AC
- Sun Mar 04, 2007 6:31 pm
- Forum: Volume 111 (11100-11199)
- Topic: 11191 - Square
- Replies: 23
- Views: 15847
11191 - Square
i have no idea how to calculate Y in O(N), i have solved the problem for the value of X already, can anybody give me a hint without spoiling the problem?
- Sun Mar 04, 2007 6:25 pm
- Forum: Volume 111 (11100-11199)
- Topic: 11192 - Group Reverse
- Replies: 22
- Views: 15799
your program fails on
the output should be:
have fun
Code: Select all
1 abcde
Code: Select all
edcba
- Mon Feb 26, 2007 4:52 pm
- Forum: Volume 111 (11100-11199)
- Topic: 11184 - Joyful Ride
- Replies: 11
- Views: 9391