Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
91325 李浩宇 03温度转换 C++ Wrong Answer 1 MS 272 KB 113 2024-09-21 15:35:35

Tests(0/10):


Code:

#include<iostream> using namespace std; int main(){ int C,F; cin>>C>>F; cout<< C*9/5+32; }


Run Info:

------Input------
41.1
------Answer-----
105.98
------Your output-----
105