提交时间:2023-01-11 08:44:29
运行 ID: 3794
#include <iostream> using namespace std; int main(){ int a,b; cin>>a>>b; cout<<a+b; return 0; }