Run ID:153760

提交时间:2026-05-23 18:20:00

#include<bits/stdc++.h> using namespace std; int main() int a; int b; cout<<"sum is"<<a+b<<endl; return 0; }