Run ID:135330

提交时间:2025-11-03 16:59:21

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