文件名称:main
介绍说明--下载内容均来自于网络,请自行研究使用
看清以下数字排列的规律,设1点的坐标是(0,0),x方向向右为正,y方向向下为正。
例如,7的坐标为(-1,-1),2的坐标为(0,1),3的坐标为(1,1)。编程实现输入
任意一点坐标(x,y),输出所对应的数字。-See the law of the arrangement, the following Numbers set 1 point (0, 0), are the coordinates of x direction is positive to the right, y direction is positive downward. For example, the coordinates of the seven (1, 1), the coordinates of the 2 (0, 1), the coordinates of the 3 (1, 1). Programming for input any point coordinates (x, y), the output of the digital.
例如,7的坐标为(-1,-1),2的坐标为(0,1),3的坐标为(1,1)。编程实现输入
任意一点坐标(x,y),输出所对应的数字。-See the law of the arrangement, the following Numbers set 1 point (0, 0), are the coordinates of x direction is positive to the right, y direction is positive downward. For example, the coordinates of the seven (1, 1), the coordinates of the 2 (0, 1), the coordinates of the 3 (1, 1). Programming for input any point coordinates (x, y), the output of the digital.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
readme.txt
main.cpp