fork download
  1. #include <iostream>
  2. using namespace std;
  3.  
  4. int main() {
  5.  
  6.  
  7.  
  8. int i;
  9. cin>>i;
  10.  
  11. int j;
  12. cin>>j;
  13.  
  14. int k=i+j;
  15.  
  16. cout<<k;
  17.  
  18. return 0;
  19. }
Success #stdin #stdout 0.01s 5288KB
stdin
Standard input is empty
stdout
1278260943