Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|
113875 | 鲁博睿 | 06买鸡腿 | C++ | Wrong Answer | 1 MS | 276 KB | 144 | 2025-03-16 19:28:23 |
#include<bits/stdc++.h> using namespace std; int main(){ int a,b; cin>>a>>b; cout<<b/a+b/a/3; cout<<b/a; return 0; }
------Input------
1 98
------Answer-----
130
------Your output-----
13098