Run ID:126217

提交时间:2025-07-16 16:42:13

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