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

Code thread

Name: Anonymous 2014-01-02 18:05

[code]
#include <stdio.h>
#include <stdlib.h>  
#include <time.h>
int main(){
srand (time(NULL));
int x=0;
while(true){
x++;
x*=2;
x/=3;
if(!(x%10)){
 printf("LOL BUTTS\n");
}
if(!(x%100)){
break;
}
}
int array[1000];
array[0]= rand() %100+1;
for(int i=1;i<1000;i++){
array[i]=array[i-1]+i;
}
sort(array);
if((array[1]+array[999])%10==0)
printf("You win!\n");
else printf("You lose! Try again!\n");

return 0;
}

Name: le pedophile 2014-01-02 20:31

Simple google search gives: http://creative-punch.net/2014/01/creating-nested-array-items-parent-ids/

Try doing it yourself once in a while

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