题目链接 不用说 #include <iostream> int main() { int a,b; std::cin>>a>>b; std::cout<<a+b<<std::endl; return 0; }