Run ID:4929

提交时间:2024-10-07 09:50:25

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