Run ID:111003

提交时间:2025-02-25 10:26:23

#include<bits/stdc++.h> using namespace std; int main() { int a,b; cin>>a,b; cout<<a+b; }