Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

This is what you get with a microsoft partnershit

Name: Anonymous 2015-11-24 20:39

Hello anuslord@progrider.org,

At your request, your password has been reset to DG5FcfG42x

Sincerely,

The RedHat.com Team

Name: Anonymous 2015-11-26 18:32

>>3
#include <conio.h>
void main() {
int *n = malloc(1 * sizeof(int));
int *i = malloc(1 * sizeof(int));
for(*n = 100, *i = 1; i <= *n; *i++) {
if(*n % 15 == 0) {
puts("fizzbuzz");
}

if(*n % 3 == 0) {
puts("fizz");
}

if(*n % 5 == 0) {
puts("buzz");
}

printf("%d\n", n);
}

return free(n) && free(i);
}

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List