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

Pages: 1-

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: Anonymous 2014-01-02 18:14

Yea that's not gonna compile, i've been doing too much java apparently? Lol

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

Name: Anonymous 2014-01-03 15:37

Get a loda this guy ^

Name: Anonymous 2014-01-04 5:57

>>3
>le pedophile sage

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