mirror of
https://github.com/wczffl-503/OI-Codes.git
synced 2025-07-08 02:13:51 +08:00
Update: Rename folder name to XSMOJ
This commit is contained in:
11
XSMOJ/叠罗汉升级版.cpp
Normal file
11
XSMOJ/叠罗汉升级版.cpp
Normal file
@ -0,0 +1,11 @@
|
||||
#include <bits/stdc++.h>
|
||||
using namespace std;
|
||||
int main(){
|
||||
char a;
|
||||
cin >>a;
|
||||
cout <<" "<<a<<" "<<endl;
|
||||
cout <<" "<<a<<" "<<a<<" "<<endl;
|
||||
cout <<" "<<a<<" "<<a<<" "<<a<<" "<<endl;
|
||||
cout <<a<<" "<<a<<" "<<a<<" "<<a;
|
||||
return 0;
|
||||
}
|
Reference in New Issue
Block a user