fork download
  1. #include <iostream>
  2.  
  3. using namespace std;
  4.  
  5. int main()
  6. { int a,b,c,d;
  7. cin>>a>>b>>c>>d;
  8.  
  9.  
  10. return 0;
  11. }
Success #stdin #stdout 0.01s 5284KB
stdin
123 4343
stdout
Standard output is empty