Run ID:154603
提交时间:2026-05-30 17:21:49
#include<bits/stdc++.h> using namespace std; int main() { int a,b; cout<<a+b<<endl; return 0; }