#include using namespace std; int main() { double c,f; scanf("%lf",&c); f=9*c/5+32; printf("%.2lf\n",f); return 0; }
使用您的 aoj 通用账户