Run ID:112913

提交时间:2025-03-14 20:24:51

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