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

输入一个二维数组,找出其中最小的数,输出它的值以及所在行号和列号。

Input Format

第一行 m,n表示二维数组 m行,n列 <=100 接下来 m行,n列的数,a[I,j]<=10000

Output Format

三个数,分别是 a[I,j] i, j ,意义如要求

Sample

input

3  5
100  20  11 30 44
22  333  1003  245 23
33  1   24  1  34

output

1 3 2

Hint

时间限制:1s1 \text {s}

20200818二维数组练习

Not Attended
Status
Done
Rule
ACM/ICPC
Problem
11
Start at
2020-8-18 8:25
End at
2020-8-21 8:25
Duration
72 hour(s)
Host
Partic.
23