Run ID:144801
提交时间:2026-01-24 18:51:32
#include <iostream> using namespace std; int main(){ int a,b; cout<<a<<b<<endl; return 0; }