Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
131723 李昱龙 06买鸡腿 C++ Accepted 2 MS 272 KB 219 2025-10-01 11:01:08

Tests(10/10):


Code:

#include <bits/stdc++.h> using namespace std; int main (){ int a,b; int j; cin>>a>>b; int as = b/a; int s = as/3; j = as+s; cout<<j<<endl; return 0; }