Run ID:113386

提交时间:2025-03-15 18:08:53

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