Table Sum
CodeChefOpen on judge ↗
Lukas has been filling up a table with N rows and K columns all day long. The rows are numbered from 1 to N, and the columns are numbered from 1 to K. He very quickly filled up the first row and first column with the number m. For all other entries in the table, he decided to use the following formula : table[i][j] - table[i-1][j] = table[i][j-1] + table[i-1][j-1] where table[i][j] denotes the e
HINT LADDERno hints yet
L1 Observation
L2 Technique
L3 Approach
L4 Pseudo-code
🔒
L5 Full solution
L5 unlocks only if you insist twice
solution.cppC++17
CodeSearch Tutor
Hints, not spoilers — it won’t hand over the full solution unless you insist.
Sign in to chat with the tutor and save your progress.
Sign in to start