Run ID:142933
提交时间:2026-01-11 17:12:12
#include<iostream> using namespace std; int main(){ int a,b; cout<<a<<endl<<b; return 0; }