#R1. 算式
算式
Background
入门土拨鼠赛R-1
Description
给一个数字n,打印若干个算式
Format
Input
n
Output
结合样例分析
Samples
4
0+4=4
1+3=4
2+2=4
3+1=4
4+0=4
2
0+2=2
1+1=2
2+0=2
Limitation
1s, 1024KiB for each test case.
入门土拨鼠赛R-1
给一个数字n,打印若干个算式
n
结合样例分析
4
0+4=4
1+3=4
2+2=4
3+1=4
4+0=4
2
0+2=2
1+1=2
2+0=2
1s, 1024KiB for each test case. 1≤n≤103
By signing up a acjudge universal account, you can submit code and join discussions in all online judging services provided by us.