Run ID:135354
提交时间:2025-11-03 17:03:37
#include<bits/stdc++.h> using namespace std; int main(){ int a=1,b=7; cout<<a; cout<<b; cout<<b/3+b; }