delete pics to save space
This commit is contained in:
21
history_source/ccf 入门篇/U3/3.3.3.cpp
Normal file
21
history_source/ccf 入门篇/U3/3.3.3.cpp
Normal file
@ -0,0 +1,21 @@
|
||||
#include<iostream>
|
||||
#include<cmath>
|
||||
using namespace std;
|
||||
int main()
|
||||
{
|
||||
int f;
|
||||
while(true)
|
||||
{
|
||||
cin>>f;
|
||||
if(f>90) cout<<"<EFBFBD><EFBFBD><EFBFBD><EFBFBD>"<<endl;
|
||||
else
|
||||
{
|
||||
if(f/10==8) cout<<"<EFBFBD><EFBFBD><EFBFBD><EFBFBD>"<<endl;
|
||||
else
|
||||
{
|
||||
if(f>=60&&f<80) cout<<"<EFBFBD><EFBFBD><EFBFBD><EFBFBD>"<<endl;
|
||||
else cout<<"<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"<<endl;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user