提交时间:2023-08-25 21:18:47

运行 ID: 25548

#include<iostream> using namespace std; int main() { int a,b,c; cin>>a>>b; c=a+b; cout<<c; }