Run ID:112939

提交时间:2025-03-14 20:30:41

#include<bits/stdc++.h> using namespace std; int x,y; int main(){ cin>>x>>y; x = 10; y = 10; cout<<"x+y"; }