HomeVolumesContestsSectionsForumsUsersPrintHelpAbout

Sections > Arithmetic > problem:


50304 - Number Pattern

Guest
• Review clarifications (1)

Section problems

• 50267 - Interesting permutations
• 50640 - Cubes
• 50377 - kth Permutation
• 50341 - Separate Into Digits
• 50424 - Area
• 50335 - Five Math Operators
• 50299 - Median
• 50301 - Fractions to Decimals
• 50304 - Number Pattern
• 50305 - John's Tasks
• 50649 - Puzzle
• 50321 - Missing Number
• 50308 - IT Knowledge Seminars
• 50310 - Kinetic Energy
• 50314 - Falling Distance
• 50316 - Population Bar Chart
• 50530 - Sum of Ratios

Feedback

If you notice incorrect translations in Contester, please let author know.

Time limit 2000/4000/4000/4000 ms. Memory limit 65000/65000/65000/65000 Kb.
Prepared by Geri Gokaj.

Number Pattern

Write a program to show the numbers from 1 to N*N in a table with N*N size.
The numbers will be displayed in ascending order starting from first column of the matrix. Then it will continue from the top of the next column.

Input specification
The number N. (1<=N<=50)

Output specification
The required pattern with N*N size. There will be space in between the numbers.

Sample Input I
3
Sample Input II
5
Sample Output I
1 4 7
2 5 8
3 6 9
Sample Output II
1 6 11 16 21
2 7 12 17 22
3 8 13 18 23
4 9 14 19 24
5 10 15 20 25


Для отправки решений необходимо выполнить вход.

www.contester.ru