You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
#include<iostream>
|
|
|
|
|
using namespace std;
|
|
|
|
|
|
|
|
|
|
int main() {
|
|
|
|
|
double f,c;
|
|
|
|
|
cout<<"<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>뻪<EFBFBD><EFBFBD><EFBFBD>¶ȣ<EFBFBD>";
|
|
|
|
|
cin>>f;
|
|
|
|
|
c=(f-32.0)*5.0/9.0;
|
|
|
|
|
cout<<"<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>¶<EFBFBD>Ϊ<EFBFBD><EFBFBD>"<<c;
|
|
|
|
|
return 0;
|
|
|
|
|
}
|