Run ID:147100

提交时间:2026-02-02 18:15:23

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