Help for this page

Select Code to Download


  1. or download this
    #include <stdio.h>
    
    int data[100][100];
    ...
            printf("%d\n", sumintr(nr));
        }
    }
    
  2. or download this
    #!/usr/bin/perl
    
    for (1..<>) {
    ...
    
        print "$prev->[0]\n";
    }
    
  3. or download this
    #!/usr/bin/perl
    
    undef $/; @file = split ' ', scalar <>;
    ...
    
        $cur += $rows;
    }