提交时间:2022-12-04 17:13:04

运行 ID: 2229

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