Run ID:113414

提交时间:2025-03-15 18:20:35

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