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