提交时间:2022-10-18 15:09:49

运行 ID: 13

#include<iostream> int main() { int a, b; std::cin>>a>>b; std::cout<<(a+b)<<std::endl; return 0; }