| Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
|---|---|---|---|---|---|---|---|---|
| 134928 | 岳君一 | 02买铅笔 | C++ | Wrong Answer | 1 MS | 264 KB | 136 | 2025-11-01 17:27:12 |
#include<iostream> using namespace std; int main() { int a,b,c,d,s,j; s=a*10+b; j=c*10+d; cout<<j/s; return 0; }
------Input------
24 12 88 38
------Answer-----
3
------Your output-----
0