Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
3506 邓小龙 02买铅笔 C++ Wrong Answer 0 MS 264 KB 136 2024-06-13 19:52:23

Tests(0/10):


Code:

# include<iostream> using namespace std; int main(){ const double a=1,b=0.9,c=10,d=0.3; cout<<(c+d)/(a+b); return 0; }


Run Info:

------Input------
24 12 88 38
------Answer-----
3
------Your output-----
5.42105