Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
101974 刘佳宇 11温度转换II C++ Wrong Answer 0 MS 280 KB 114 2024-12-21 10:49:02

Tests(0/10):


Code:

#include<iostream> using namespace std; int main(){ int a; cin>>a; printf("%.4lf",(a-32)/9.0*5); }


Run Info:

------Input------
9.8
------Answer-----
-12.3333
------Your output-----
-12.7778