Author |
Message |
Duh102
happy carebear mom
Joined: Tue Mar 04, 2008 1:40 am Posts: 7096 Location: b8bbd5
|
Re: Vending machine
You get a monkey. I insert the following C code. Code: int main () { node *first, *p; int value; int size = 0; first = 0; scanf("%d",&value); //cin >> value; while (value != -9999) { p = first; first = malloc(sizeof(node)); //first = new node; first->data = value; first->next = p; scanf("%d",&value); //cin >> value; size++; } return 0; }
|
Tue Feb 15, 2011 6:01 pm |
|
|
Tokochiro
Joined: Mon Jun 28, 2010 3:54 am Posts: 806
|
Re: Vending machine
You get...WHAT THE HELL IS THAT THING!?
I insert a donut
|
Tue Feb 15, 2011 7:45 pm |
|
|
Asklar
Data Realms Elite
Joined: Fri Jan 07, 2011 8:01 am Posts: 6211 Location: In your office, earning your salary.
|
Re: Vending machine
You get Homer Simpson eating that donut.
I insert a lolcat.
|
Tue Feb 15, 2011 8:52 pm |
|
|
dragonxp
Joined: Wed Sep 09, 2009 3:16 am Posts: 3032 Location: Somewhere in the universe
|
Re: Vending machine
You get: I insert the cat's eye.
|
Tue Feb 15, 2011 8:55 pm |
|
|
Voxxitronic
Joined: Sat Feb 12, 2011 8:05 pm Posts: 39 Location: Somewhere over the Double Rainbow
|
Re: Vending machine
You get a reflective gem.
I insert a small Crab.
|
Tue Feb 15, 2011 9:01 pm |
|
|
Thriller
Joined: Sat Jul 25, 2009 4:24 am Posts: 146 Location: Somewhere in Ohio
|
Re: Vending machine
You get a large crab
I enter Prison.
|
Tue Feb 15, 2011 9:31 pm |
|
|
Tokochiro
Joined: Mon Jun 28, 2010 3:54 am Posts: 806
|
Re: Vending machine
You recieve a man.
I insert homer simpson eating a donut
|
Tue Feb 15, 2011 9:55 pm |
|
|
Thriller
Joined: Sat Jul 25, 2009 4:24 am Posts: 146 Location: Somewhere in Ohio
|
Re: Vending machine
You get Achilles
I enter Steampunk
|
Tue Feb 15, 2011 11:29 pm |
|
|
111herbert111
Joined: Fri Jan 07, 2011 12:31 am Posts: 550 Location: error: location not found
|
Re: Vending machine
you get a small bar in germany called StaemPunke
I insert a trifecta of AI
|
Wed Feb 16, 2011 1:46 am |
|
|
Roast Veg
Data Realms Elite
Joined: Tue May 25, 2010 8:27 pm Posts: 4521 Location: Constant motion
|
Re: Vending machine
The vending machine becomes more intelligent.
I insert a paperclip and a piece of string.
|
Wed Feb 16, 2011 10:26 pm |
|
|
Tokochiro
Joined: Mon Jun 28, 2010 3:54 am Posts: 806
|
Re: Vending machine
You get a key
I insert a womanhole
|
Wed Feb 16, 2011 10:30 pm |
|
|
Thriller
Joined: Sat Jul 25, 2009 4:24 am Posts: 146 Location: Somewhere in Ohio
|
Re: Vending machine
You get too many damn babies! I insert a Taliban trooper.
|
Thu Feb 17, 2011 12:38 am |
|
|
Voxxitronic
Joined: Sat Feb 12, 2011 8:05 pm Posts: 39 Location: Somewhere over the Double Rainbow
|
Re: Vending machine
You hear muffled gunfire, and then an explosion. You recieve a damaged pistol.
I insert everything.
|
Thu Feb 17, 2011 1:38 am |
|
|
Thriller
Joined: Sat Jul 25, 2009 4:24 am Posts: 146 Location: Somewhere in Ohio
|
Re: Vending machine
you recieve 100 blueberry pies.
i insert a court jester
|
Thu Feb 17, 2011 1:49 am |
|
|
111herbert111
Joined: Fri Jan 07, 2011 12:31 am Posts: 550 Location: error: location not found
|
Re: Vending machine
You get Harley Quinn.
I insert Data.
|
Thu Feb 17, 2011 2:02 am |
|
|
|