Run ID:152680

提交时间:2026-05-01 09:53:04

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