‰. 最大

    Type: Default 1000ms 256MiB

最大

You cannot submit for this problem because the contest is ended. You can click "Open in Problem Set" to view this problem in normal mode.

Description

矩阵可以用二维数组来表示,这一题将考察编程的最基本的能力. 现在给你一个N×M的整数矩阵,你要求出矩阵中最大的一个整数.

Format

Input

总共有一个测试案例,输入的第一行是两个整数:0< N,M<1000 接下来有N行,每行有M个整数,整数的绝对值不超过10086.

Output

输出一个整数,表示矩阵中最大的那个整数.(如果有多个,输出一个)

Samples

5 5
1 2 3 4 5
5 6 7 8 9
0 9 8 12 6
12 1 2 4 5
5 4 3 2 1
12

Limitation

1s, 1024KiB for each test case.

第七届SWPU-ACM新生预选赛

Not Attended
Status
Done
Rule
ACM/ICPC
Problem
103
Start at
2022-9-19 14:00
End at
2022-10-28 14:00
Duration
936 hour(s)
Host
Partic.
58