Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
150966 鸡哥 02买铅笔 C++ Wrong Answer 1 MS 280 KB 143 2026-04-02 14:59:16

Tests(1/10):


Code:

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


Run Info:

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