文件名称:P1_3
- 所属分类:
- 书籍源码
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2013-06-17
- 文件大小:
- 159kb
- 下载次数:
- 0次
- 提 供 者:
- 张*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
输入一个5*5的二维数组,将各行最大值的坐标放置在一个新的一维数组中,最后按照下面的格式输出:
第0行:12 34 23 45 7 最大值为45,坐标是(0,4)-Enter a two-dimensional array of 5* 5, placing all the coordinates of the maximum in a new one dimensional array, the output according to the following format:
Row 0, 45, 45 7 a maximum of 12 and 23 coordinates (0, 4)
第0行:12 34 23 45 7 最大值为45,坐标是(0,4)-Enter a two-dimensional array of 5* 5, placing all the coordinates of the maximum in a new one dimensional array, the output according to the following format:
Row 0, 45, 45 7 a maximum of 12 and 23 coordinates (0, 4)
(系统自动生成,下载前可以参看下载内容)
下载文件列表
P1_3\Debug\main.exe
....\.....\main.ilk
....\.....\main.obj
....\.....\main.pch
....\.....\main.pdb
....\.....\vc60.idb
....\.....\vc60.pdb
....\main.c
....\main.c.orig
....\main.dsp
....\main.dsw
....\main.ncb
....\main.opt
....\main.plg
....\P1_3.dsp
....\P1_3.dsw
....\P1_3.ncb
....\P1_3.opt
....\Debug
P1_3