fork download
  1. #include <iostream>
  2. using namespace std;
  3.  
  4. main(){
  5.  
  6. int a=6;
  7.  
  8.  
  9. cout<<a<<endl;
  10.  
  11.  
  12. return 0;
  13. }
  14.  
Success #stdin #stdout 0s 5300KB
stdin
Standard input is empty
stdout
6