#1265. C++-循环for-给定一个正整数n,输出1~n的平方数(比较有无{}的区别)

C++-循环for-给定一个正整数n,输出1~n的平方数(比较有无{}的区别)

Background

Description

C++-循环for-给定一个正整数n,输出1~n的平方数(比较有无{}的区别) image

Format

Input

Output

Samples

10
1 1
2 4
3 9
4 16
5 25
6 36
7 49
8 64
9 81
10 100
hello
1 1
hello
2 4
hello
3 9
hello
4 16
hello
5 25
hello
6 36
hello
7 49
hello
8 64
hello
9 81
hello
10 100
hello

Limitation

1s, 1024KiB for each test case.