Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
3884 彭梓航 06买鸡腿 C++ Wrong Answer 0 MS 264 KB 155 2024-07-18 14:15:47

Tests(0/10):


Code:

#include<iostream> using namespace std; int main(){ int a,b,c,d; cin>>a>>b; d=b/a; c=d/3; cout<<c+b<<endl; return 0; }


Run Info:

------Input------
7 39
------Answer-----
6
------Your output-----
40