fork download
  1. # includ<iostream>
  2. Using namespace std;
  3. Int main( )
  4. {
  5. Cout ( (“Hello World/N”;
  6. Cout ( (This MyFirst Program/n”
  7. Cin.get( );
  8. Return 0;
  9. {
  10.  
  11.  
Success #stdin #stdout 0.02s 25652KB
stdin
Standard input is empty
stdout
 # includ<iostream>
Using namespace std;
Int main( ) 
{
Cout ( (“Hello World/N”; 
Cout ( (This MyFirst Program/n”
Cin.get( );
Return 0;
{