Search found 8 matches
- Fri Feb 02, 2007 3:43 am
- Forum: Volume 103 (10300-10399)
- Topic: 10302 - Summation of Polynomials
- Replies: 29
- Views: 18938
- Wed Jan 31, 2007 5:14 pm
- Forum: Volume 103 (10300-10399)
- Topic: 10302 - Summation of Polynomials
- Replies: 29
- Views: 18938
Help reqd
Am getting WA...and even my compiler gives my some problem...
can anyone tell me whats the problem..
here's my code....
<deleted after acceptence>
can anyone tell me whats the problem..
here's my code....
<deleted after acceptence>
- Tue Jan 30, 2007 6:23 pm
- Forum: Volume 108 (10800-10899)
- Topic: 10800 - Not That Kind of Graph
- Replies: 48
- Views: 29721
- Tue Jan 30, 2007 4:51 pm
- Forum: Volume 108 (10800-10899)
- Topic: 10800 - Not That Kind of Graph
- Replies: 48
- Views: 29721
- Tue Jan 30, 2007 4:41 pm
- Forum: Volume 108 (10800-10899)
- Topic: 10800 - Not That Kind of Graph
- Replies: 48
- Views: 29721
help needed
Hi all,
I have checked my code with all the ip given here and it works fine with all.
yet i get the pestering WA..
I have also removed any trailing spaces and have removed the last extra '\n'
can there be any other error that i bypassed..
I have checked my code with all the ip given here and it works fine with all.
yet i get the pestering WA..
I have also removed any trailing spaces and have removed the last extra '\n'
can there be any other error that i bypassed..
- Fri Jan 26, 2007 4:09 am
- Forum: Volume 1 (100-199)
- Topic: 155 - All Squares
- Replies: 11
- Views: 3882
- Thu Jan 25, 2007 4:10 pm
- Forum: Volume 1 (100-199)
- Topic: 155 - All Squares
- Replies: 11
- Views: 3882
155
I have a doubt in prob 155...
my solution is recursive with 4 recursive calls for the 4 ends of the square.
I however get a WA.I have right aligned my output too.
As a sample test case i use here
I/P:
500 113 941
20 1020 1020
300 500 500
200 150 350
0 0 0
O/p is
5
1
2
0
can any one tell me ...
my solution is recursive with 4 recursive calls for the 4 ends of the square.
I however get a WA.I have right aligned my output too.
As a sample test case i use here
I/P:
500 113 941
20 1020 1020
300 500 500
200 150 350
0 0 0
O/p is
5
1
2
0
can any one tell me ...
- Mon Jan 22, 2007 9:11 pm
- Forum: Volume 6 (600-699)
- Topic: 621 - Secret Research
- Replies: 45
- Views: 27714
Hi
I compared my output with the ones discussed above and all coincide.Yet I get WA.
I have followed the logic of checking for +,-,*,? in order.
Can you tell me where else the logic could have gone wrong?
thanks,
Vichu
I have followed the logic of checking for +,-,*,? in order.
Can you tell me where else the logic could have gone wrong?
thanks,
Vichu