Search found 3 matches

by fhysics
Sat Apr 19, 2003 6:44 am
Forum: Volume 101 (10100-10199)
Topic: 10131 - Is Bigger Smarter?
Replies: 93
Views: 88834

@_@

thanks for helping.
i read the problem over, but dont see anything wrong w/ the output for my second test case..
:cry:
by fhysics
Sun Apr 13, 2003 5:52 am
Forum: Volume 101 (10100-10199)
Topic: 10131 - Is Bigger Smarter?
Replies: 93
Views: 88834

did u get it accept after the change?

i have something very similiar and i did update the len for all successors but still WA :(
by fhysics
Sun Apr 13, 2003 5:48 am
Forum: Volume 101 (10100-10199)
Topic: 10131 - Is Bigger Smarter?
Replies: 93
Views: 88834

10131, WA, plz help this newbie.

this s a dynamic progrmming problem
basicallly i have 2 loops one contain another, iterate through all data,
when i goes before j, i set parent[j]=i, and update length of all children of j (maybe predecessor and successor is more appropiate)
but i got WA. plz help.

[cpp]
#include <iostream.h ...

Go to advanced search