| Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
|---|---|---|---|---|---|---|---|---|
| 150961 | 鸡哥 | 02买铅笔 | C++ | Wrong Answer | 1 MS | 272 KB | 137 | 2026-04-02 14:52:06 |
#include<bits/stdc++.h> using namespace std; int main(){ long long a,b,c,d,e,f; e=a+b/10; f=c+d/10; cin>>a>>b; cout<<f%e; }
------Input------
24 12 88 38
------Answer-----
3
------Your output-----
0