delete pics to save space
This commit is contained in:
11
history_source/ccf 入门篇/U3/3.3.1.cpp
Normal file
11
history_source/ccf 入门篇/U3/3.3.1.cpp
Normal file
@ -0,0 +1,11 @@
|
||||
#include<iostream>
|
||||
using namespace std;
|
||||
int main()
|
||||
{
|
||||
cout<<"A:"<<endl;
|
||||
cout<<"B:x=2"<<endl;
|
||||
cout<<"C:z =7"<<endl;
|
||||
cout<<"D:x=2"<<endl;
|
||||
cout<<"E:z =6";
|
||||
while(true);
|
||||
}
|
Reference in New Issue
Block a user