delete pics to save space
This commit is contained in:
13
history_source/信息学奥赛一本通/1.1.4.cpp
Normal file
13
history_source/信息学奥赛一本通/1.1.4.cpp
Normal file
@ -0,0 +1,13 @@
|
||||
#include<iostream>
|
||||
#include<conio.h>
|
||||
using namespace std;
|
||||
int main()
|
||||
{
|
||||
char a;
|
||||
a=getch();
|
||||
cout<<a<<endl;
|
||||
cout<<" "<<a<<endl;
|
||||
cout<<" "<<a<<a<<a<<endl;
|
||||
cout<<a<<a<<a<<a<<a<<endl;
|
||||
return 0;
|
||||
}
|
Reference in New Issue
Block a user