delete pics to save space
This commit is contained in:
7
history_source/ccf 入门篇/U4/4.1.1.cpp
Normal file
7
history_source/ccf 入门篇/U4/4.1.1.cpp
Normal file
@ -0,0 +1,7 @@
|
||||
#include<iostream>
|
||||
using namespace std;
|
||||
int main()
|
||||
{
|
||||
cout<<"0\n\n25\n\n1#\n2$\n3\n4\n5\n\n25:28\n67:70";
|
||||
while(true);
|
||||
}
|
Reference in New Issue
Block a user