Run ID |
作者 |
问题 |
语言 |
测评结果 |
Time |
Memory |
代码长度 |
提交时间 |
90490 |
Apple |
11温度转换II |
C++ |
Compile Error |
0 MS |
0 KB |
74 |
2024-09-15 12:11:46 |
Tests(0/0):
Code:
q = input().split()
q = float(q[0])
print("{:.4f}".format((q - 32)*5/9))
Run Info:
Main.cc:1:1: error: 'q' does not name a type
q = input().split()
^