I get WA for this problem. :-? Can anyone get me some test case?
The step I solve problem is:
1. buliding Tree (node with node_pointer L, R and int D)
2. when I add a value to Tree, I will chaeck out the target node has been assign a value or not. (if the node has been assign a value. isComplete ...
Search found 7 matches
- Tue May 08, 2007 11:26 am
- Forum: Volume 1 (100-199)
- Topic: 122 - Trees on the level
- Replies: 103
- Views: 22038
- Sun May 06, 2007 1:52 pm
- Forum: Volume 1 (100-199)
- Topic: 120 - Stacks of Flapjacks
- Replies: 118
- Views: 30247
120 (Stacks of Flapjacks)
I get a problem with 120. Can anyone help me. :)
I send my code to Online Judge and get "Runtime Error (Signal 11) "
Is any function I did not include??
here are my code :
//Question http://acm.uva.es/p/v1/120.html
//CPU: 0.002, Memory: Minimum
//state: Runtime Error (Signal 11)
#include ...
I send my code to Online Judge and get "Runtime Error (Signal 11) "
Is any function I did not include??
here are my code :
//Question http://acm.uva.es/p/v1/120.html
//CPU: 0.002, Memory: Minimum
//state: Runtime Error (Signal 11)
#include ...
- Sat May 05, 2007 9:51 am
- Forum: Volume 1 (100-199)
- Topic: 119 - Greedy Gift Givers
- Replies: 145
- Views: 47352
- Fri May 04, 2007 4:21 pm
- Forum: Volume 1 (100-199)
- Topic: 119 - Greedy Gift Givers
- Replies: 145
- Views: 47352
- Sat Apr 28, 2007 4:03 pm
- Forum: Volume 1 (100-199)
- Topic: 111 - History Grading
- Replies: 135
- Views: 37025
- Sat Apr 28, 2007 2:44 pm
- Forum: Volume 1 (100-199)
- Topic: 111 - History Grading
- Replies: 135
- Views: 37025
- Sat Apr 28, 2007 7:21 am
- Forum: Volume 1 (100-199)
- Topic: 111 - History Grading
- Replies: 135
- Views: 37025
111 (History Grading)
I get a problem with 111. http://acm.uva.es/p/v1/111.html
It an application with LCS, I have 2 method for LCS (LCS1 and LCS2 in code)
My code can run in my computer but get "compiler ERROR" in online-judge,and I do not know WHY!!
Please get me some hints, thanks.
here are my code (c ...
It an application with LCS, I have 2 method for LCS (LCS1 and LCS2 in code)
My code can run in my computer but get "compiler ERROR" in online-judge,and I do not know WHY!!
Please get me some hints, thanks.
here are my code (c ...