Run ID:113421

提交时间:2025-03-15 18:23:07

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