Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
4931 alpha 03温度转换 C++ Wrong Answer 0 MS 212 KB 110 2024-10-07 09:57:20

Tests(0/10):


Code:

#include <stdio.h> int main(){ int a; scanf("%d",&a); printf("%d",a*9/5+32); return 0;}


Run Info:

------Input------
21.4
------Answer-----
70.52
------Your output-----
69