以下是我學的一個問題可是我根本不大會做

Uploaded with ImageShack.us
我附上了我的algorithm..請問我那裡做錯了嗎? 我要用這個去implement java..
main
input date
input month
input year
combine date+month+year
output results
submodule combine
import date,month,year
combine (int)date*1000000+month*10000+year
end



