Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
139736 xyc 11温度转换II C++ Compile Error 0 MS 0 KB 79 2025-12-08 17:13:35

Tests(0/0):


Code:

#include <iostream> using namespace std; int main(){ int F; f-32/9/5=? }


Run Info:

Main.cc: In function 'int main()':
Main.cc:5:2: error: 'f' was not declared in this scope
  f-32/9/5=?
  ^
Main.cc:5:11: error: expected primary-expression before '?' token
  f-32/9/5=?
           ^
Main.cc:6:1: error: expected primary-expression before '}' token
 }
 ^
Main.cc:6:1: error: expected ':' before '}' token
Main.cc:6:1: error: expected primary-expression before '}' token
Main.cc:4:6: warning: unused variable 'F' [-Wunused-variable]
  int F;
      ^