[백준 / BOJ] 14754 Pizza Boxes
문제 출처 : www.acmicpc.net/problem/14754 14754번: Pizza Boxes Your program is to read from standard input. The input contains two integers, n and m (1 ≤ n, m ≤ 1,000), the number of rows and columns in the grid, respectively. Each of the following n lines contain m integers, the number of pizza boxes (heights) in www.acmicpc.net 해설 n과 m이 주어지고, 각 칸에 해당하는 값이 주어진다. 이때, n * m 육면체를 정면, 옆면에서 봤을때, 모양은 각 줄에..