656 - Optimal Programs
Posted: Wed Jan 26, 2005 6:49 pm
Can anyone explain the problem to me?
I don't know why the first test data is like that...
Thanks for your help
_____________________
I don't know why the first test data is like that...

Code: Select all
4
1 2 3 4
0 -2 -6 -12
Program 1
DUP DUP MUL SUB

_____________________