Run ID:112922
提交时间:2025-03-14 20:26:47
#include<bits/stdc++.h> using namespace std; int x,y; int main(){ x = 10; y = 10; cout<<"x+y"; }