提交时间:2025-11-02 13:34:48

运行 ID: 72626

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