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