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