Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|
111148 | 杨启宏 | 03温度转换 | C++ | Wrong Answer | 0 MS | 276 KB | 122 | 2025-03-01 00:42:21 |
#include <iostream> using namespace std; int main(){ int a; cin>>a; cout<<a*9.0/5.0+32; return 0; }
------Input------
41.1
------Answer-----
105.98
------Your output-----
105.8