The architect spread two blueprints side by side — Floor A and Floor B — and traced her finger across the grids. 'We stack them,' she said. 'Add every cell of A to the matching cell of B, no wrapping, no reduction. Then rotate the result — swap rows and columns.' The transposed sum is what gets built: Grid2[c][r] = Grid0[r][c] + Grid1[r][c].