delete pics to save space
This commit is contained in:
12
history_source/ccf 入门篇/U3/3.1.1(1).cpp
Normal file
12
history_source/ccf 入门篇/U3/3.1.1(1).cpp
Normal file
@ -0,0 +1,12 @@
|
||||
#include<iostream>
|
||||
#include<cmath>
|
||||
using namespace std;
|
||||
int main()
|
||||
{
|
||||
int a,b;
|
||||
cout<<"a,b=";
|
||||
cin>>a>>b;
|
||||
if(a=b)cout<<a;
|
||||
else cout<<"Unequal";
|
||||
while(true);
|
||||
}
|
Reference in New Issue
Block a user