Hey,
I'm sorry for my bad english.
I have a problem with an algorithm,
the function get 2 integers - x and y, the function resturn string that shows how can you get y with only use addition - + .
function show(int x,int y)
example 1 :
x = 2345
y = 239
234+5
example 2 :
x= 1612345
y=130
I only understood for three-digit number - you only got 3 options :
x+y+z
x+yz
xy+z
Please Help Me !
[help] hard algorithm
Started by Jim_West, Jan 05 2010 04:19 PM
1 reply to this topic


Sign In
Create Account

Back to top









