Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
108901 王奕杰 03温度转换 C++ Wrong Answer 1 MS 272 KB 130 2025-01-23 11:41:19

Tests(0/10):


Code:

#include<iostream> // cin\cout\endl using namespace std; int main(){ float a; cin>>a; float f; cout<<f; return 0; }


Run Info:

------Input------
41.1
------Answer-----
105.98
------Your output-----
0