提交时间:2023-08-25 21:17:57

运行 ID: 25547

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