delete pics to save space
This commit is contained in:
8
history_source/ccf 入门篇/U2/2.1.3.cpp
Normal file
8
history_source/ccf 入门篇/U2/2.1.3.cpp
Normal file
@ -0,0 +1,8 @@
|
||||
#include<iostream>
|
||||
using namespace std;
|
||||
int main()
|
||||
{
|
||||
char a='b';
|
||||
cout<<a;
|
||||
while(true);
|
||||
}
|
Reference in New Issue
Block a user