How can i solve this by iterative dp?

Given an equation of the form A + B = C, where A, B and C are non-negative integers of length
n, in the decimal notation of which some digits are replaced by question marks. For example: ?2 +
34 = 4?. Your task is to put digits instead of question marks for this equality to become true.