Run ID:111002
提交时间:2025-02-25 10:25:06
#include<bits/stdc++.h> using namespace std; int main() { int a,b; cin>>a,b>>endl; cout<<a+b>>endl; }