Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
144738 杨润东 02买铅笔 C++ Wrong Answer 0 MS 268 KB 363 2026-01-24 16:30:44

Tests(0/10):


Code:

#include<iostream> // cin\cout\endl #include<cstdio> //scanf()\printf() #include<cstring> // strcpy()\strcat()\strcmp()\strlen()\memset() #include<cmath> //sqrt()\pow()\abs()\ceil()\floor()\max()\min() using namespace std; int main(){ double a,b,c,d; cin>>a>>b>>c>>d; b=b*0.1; d=d*0.1; cout<<(a+b)/(c+d); return 0; }


Run Info:

------Input------
11 93 0 71
------Answer-----
0
------Your output-----
2.85915