Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
89093 徐文杰 03温度转换 C++ Compile Error 0 MS 0 KB 103 2024-08-22 14:49:26

Tests(0/0):


Code:

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


Run Info:

Main.cc:6:5: error: stray '\303' in program
     cout<