Run ID:152901
提交时间:2026-05-05 15:16:05
#include<iostream>; using namespace std; int main(){ int a,b; cin>>a>>b; cout<<b/3+b/a<<endl; }