文件名称:xuanzhuan
- 所属分类:
- 其他小程序
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2013-12-07
- 文件大小:
- 372kb
- 下载次数:
- 0次
- 提 供 者:
- 服***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
【问题描述】
输入一个自然数N(2≤N≤9),要求输出如下的魔方阵,即边长为N*N,元素取值为1至N*N,1在
左上角,呈顺时针方向依次放置各元素。
N=3时:
1 2 3
8 9 4
7 6 5
【输入形式】
从标准输入读取一个整数N。
【输出形式】
将结果输出到文件文件file.out。输出符合要求的方阵,每个数字占5个字符宽度,向右对齐,在每一行末均输出一个回车符。
【输入样例】
4
【输出样例】输出文件file.out内容为:
1 2 3 4
12 13 14 5
11 16 15 6
10 9 8 7-[Problem Descr iption]
Enter a natural number N (2 ≤ N ≤ 9), required output following magic square, that side of N* N, elements ranging from 1 to N* N, 1 in
Top left, clockwise turn was placed each element.
When N = 3:
123
894
765
[Input form]
Read from the standard input one integer N.
[Output] form
The results output to file file.out. Output to meet the requirements of the square, each number representing five character width, aligned to the right, at the end of each line output a carriage return.
[Sample input]
4
Sample output] [output file file.out says:
1234
1213145
1116156
10987
输入一个自然数N(2≤N≤9),要求输出如下的魔方阵,即边长为N*N,元素取值为1至N*N,1在
左上角,呈顺时针方向依次放置各元素。
N=3时:
1 2 3
8 9 4
7 6 5
【输入形式】
从标准输入读取一个整数N。
【输出形式】
将结果输出到文件文件file.out。输出符合要求的方阵,每个数字占5个字符宽度,向右对齐,在每一行末均输出一个回车符。
【输入样例】
4
【输出样例】输出文件file.out内容为:
1 2 3 4
12 13 14 5
11 16 15 6
10 9 8 7-[Problem Descr iption]
Enter a natural number N (2 ≤ N ≤ 9), required output following magic square, that side of N* N, elements ranging from 1 to N* N, 1 in
Top left, clockwise turn was placed each element.
When N = 3:
123
894
765
[Input form]
Read from the standard input one integer N.
[Output] form
The results output to file file.out. Output to meet the requirements of the square, each number representing five character width, aligned to the right, at the end of each line output a carriage return.
[Sample input]
4
Sample output] [output file file.out says:
1234
1213145
1116156
10987
(系统自动生成,下载前可以参看下载内容)
下载文件列表
旋转
....\Debug
....\.....\vc60.idb
....\.....\vc60.pdb
....\.....\xuanzhuan.exe
....\.....\xuanzhuan.ilk
....\.....\xuanzhuan.obj
....\.....\xuanzhuan.pch
....\.....\xuanzhuan.pdb
....\.....\旋转.exe
....\.....\旋转.ilk
....\.....\旋转.pch
....\.....\旋转.pdb
....\file.out
....\magic.c
....\xuanzhuan.dsp
....\xuanzhuan.dsw
....\xuanzhuan.ncb
....\xuanzhuan.opt
....\xuanzhuan.plg
....\旋转.dsp
....\旋转.dsw
....\旋转.ncb
....\旋转.opt
....\旋转.plg