Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
128839 王晏林 11整数的除法 C++ Wrong Answer 1 MS 268 KB 145 2025-08-20 12:02:48

Tests(0/10):


Code:

#include<iostream> using namespace std; int main(){ float f,c; cin>>f; printf("%.4f",f=c*9/5+32,c=(f-32)*5/9); return 0; }


Run Info:

------Input------
86 33
------Answer-----
2 20
------Your output-----
86.0000