Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
87542 陶婉晴 02买铅笔 C++ Accepted 1 MS 276 KB 147 2024-08-10 16:02:32

Tests(10/10):


Code:

#include<bits/stdc++.h> using namespace std; int main(){ long long a,b,c,d; cin>>a>>b>>c>>d; cout<<int((c+d*0.1)/(a+b*0.1)); return 0; }