Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    print "\n";
    print "Counted to $n \n";
    
  2. or download this
    perl perl2c++.pl < hw.pl | tee hw.cpp && g++ hw.cpp -o hw.o && time pe
    +rl hw.pl && time hw.o
    
  3. or download this
    #include <iostream>
    
    ...
    return 0;
    }