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