Run ID:95942
提交时间:2024-11-02 14:58:59
#include<iostream> using namespace std; int main(){ int a,b; cin>>a>>b; cout<<b/(3*a)*4+b%(3*a)/a; }