fork download
  1. #include <iostream>
  2.  
  3. int main() {
  4. long long a, b;
  5. std::cin >> a >> b;
  6. //兄啊,这么臭的实例要怎么测试啊(恼
  7. std::cout << a + b << std::endl;
  8. return 0;
  9. }
Success #stdin #stdout 0.01s 5308KB
stdin
114514 1919810
stdout
2034324