Diagonal_diff
CodeChefOpen on judge ↗
Problem Description Given a square matrix of size m x m, calculate the absolute difference between the sum of its diagonals and print it. Input The first line contains a single integer m; The next lines denote the matrix's rows, with each line containing m space-separated integers describing the columns. Output Print the absolute difference between the two sums of the matrix's diagonals as
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