fork(2) download
  1. #include <iostream>
  2. #include <stdlib.h>
  3.  
  4. using namespace std;
  5.  
  6. int main()
  7. {
  8. long long int a, b, c;
  9. cout << "" << "";
  10. cin >> a >> b;
  11. c = abs(a) + abs(b);
  12. cout << c;
  13. cout << "\n";
  14. }
  15.  
Success #stdin #stdout 0s 16064KB
stdin
1000000000000000000 2
stdout
1000000000000000002