Run ID:135329

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

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