Run ID:113412
提交时间:2025-03-15 18:20:25
#include<bits/stdc++.h> using namespace std; int main(){ int a=2; int b=7; cout<<a+b; return 0; }