Run ID:129908

提交时间:2025-09-06 17:35:20

#include<bits/stdc++.h> using namespace std; int main(){ int x,y; x=1; y=2; cout<<"x+y"<<endl; return 0; }