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