Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
137040 王润中 03温度转换 C++ Compile Error 0 MS 0 KB 108 2025-11-16 09:42:33

Tests(0/0):


Code:

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


Run Info:

Main.cc: In function 'int main()':
Main.cc:6:7: error: 'a' was not declared in this scope
  cin>>a;
       ^