fork download
  1. #include <iostream>
  2. using namespace std;
  3.  
  4. int main() {
  5. // your code goes here
  6.  
  7. int a, b, c, d;
  8.  
  9. cin >> a >> b >> c >> d;
  10.  
  11. cout << a << " " << b << " " << c << " " << d;
  12.  
  13. return 0;
  14. }
Success #stdin #stdout 0s 3460KB
stdin
99999999999 1 2 3
stdout
2147483647 -1216846208 134519472 134514722