Task Description
給定一個3x4的矩陣,請計算每列的總和並印出
Input Format
輸入一3x4大小的由整數組成的矩陣
Output Format
按照範例格式印出每列相加的結果
Sample Input
1 2 3 4
4 3 2 1
5 6 7 8
Sample Output
10 10 26
Task Description
給定一個3x4的矩陣,請計算每列的總和並印出
Input Format
輸入一3x4大小的由整數組成的矩陣
Output Format
按照範例格式印出每列相加的結果
Sample Input
1 2 3 4
4 3 2 1
5 6 7 8
Sample Output
10 10 26