Run ID:113416

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

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