游客 Signup | Login
中文 | En

2637 - 打印图形

    1

  121

 12321

1234321

Input

Output

    1

  121

 12321

1234321

Examples

Input

no input needed

Output

   1
  121
 12321
1234321

Solution C++

#include<bits/stdc++.h>
using namespace std;
int main()
{
	cout<<"   1"<<endl;
	cout<<"  121"<<endl;
	cout<<" 12321"<<endl;
	cout<<"1234321"<<endl; 
	return 0;
}
Time Limit 1 second
Memory Limit 128 MB
Discuss Stats
上一题 下一题