fork(1) download
  1. #include<iostream>
  2.  
  3. using namespace std;
  4.  
  5. int main(){
  6. long long a, b;
  7.  
  8. cin>>a>>b;
  9. cout<<a+b<<endl;
  10. }
Success #stdin #stdout 0s 16064KB
stdin
Standard input is empty
stdout
140736960357952