Compile Error
/in/foo.cc: In function 'int main()':
/in/foo.cc:8:2: error: 'C' was not declared in this scope
  C=5/9*(F-32));
  ^
/in/foo.cc:8:9: error: 'F' was not declared in this scope
  C=5/9*(F-32));
         ^
/in/foo.cc:9:17: warning: too many arguments for format [-Wformat-extra-args]
  printf("&.1f",c);
                 ^
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - P1008 温度转换
 - 语言
 - C++
 - 递交时间
 - 2021-11-13 09:13:42
 - 评测时间
 - 2021-11-13 09:13:42
 - 评测机
 
- 分数
 - 0
 - 总耗时
 - 0ms
 - 峰值内存
 - 0 Bytes