#include<bits/stdc++.h>
using namespace std;
int main() {
	float c;
	cin >> c;
	printf("%.2f",9/5.0*c+32);
	return 0;
}

0 条评论

目前还没有评论...