提交时间:2024-01-29 15:02:31

运行 ID: 38971

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