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