Run ID:102299
提交时间:2024-12-21 14:49:59
#include<iostream> using namespace std; intmain() { int a,b; cout<<a+b<<endl; return 0; }