Home > Back-end >  Small white to solve the C language
Small white to solve the C language

Time:06-09

[problem description] to calculate the maximum elements of two-dimensional integer array and the rows and columns, if there are more than the maximum value, maximum output all the rows and columns
[form] input input a two-dimensional array of rows and columns values (ranks of no more than 15 biggest), then press line, enter data in a two-dimensional array,
[] output form the rows and columns of a maximum output and the value, if there are multiple, maximum output when output in order of increasing rows and columns,
[sample input] 1, 3, 4, 3 5 6 12 September 12 3 and 11 of 12
[sample output] 12 (maximum)

1 0 (maximum of rows and columns)

1
2
2, 3,



CodePudding user response:


I hope it can help you: https://blog.csdn.net/it_xiangqiang/category_10581430.html
I hope it can help you: https://blog.csdn.net/it_xiangqiang/category_10768339.html
  • Related