View unanswered posts | View active topics It is currently Thu Dec 26, 2024 6:42 pm



This topic is locked, you cannot edit posts or make further replies.  [ 442 posts ]  Go to page Previous  1 ... 16, 17, 18, 19, 20, 21, 22 ... 30  Next
 Vending machine 
Author Message
happy carebear mom
User avatar

Joined: Tue Mar 04, 2008 1:40 am
Posts: 7096
Location: b8bbd5
Post 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
Profile

Joined: Mon Jun 28, 2010 3:54 am
Posts: 806
Post Re: Vending machine
You get...WHAT THE HELL IS THAT THING!?

I insert a donut


Tue Feb 15, 2011 7:45 pm
Profile
Data Realms Elite
Data Realms Elite
User avatar

Joined: Fri Jan 07, 2011 8:01 am
Posts: 6211
Location: In your office, earning your salary.
Post Re: Vending machine
You get Homer Simpson eating that donut.

I insert a lolcat.


Tue Feb 15, 2011 8:52 pm
Profile
User avatar

Joined: Wed Sep 09, 2009 3:16 am
Posts: 3032
Location: Somewhere in the universe
Post Re: Vending machine
You get:Image
I insert the cat's eye.


Tue Feb 15, 2011 8:55 pm
Profile
User avatar

Joined: Sat Feb 12, 2011 8:05 pm
Posts: 39
Location: Somewhere over the Double Rainbow
Post Re: Vending machine
You get a reflective gem.

I insert a small Crab.


Tue Feb 15, 2011 9:01 pm
Profile
User avatar

Joined: Sat Jul 25, 2009 4:24 am
Posts: 146
Location: Somewhere in Ohio
Post Re: Vending machine
You get a large crab

I enter Prison.


Tue Feb 15, 2011 9:31 pm
Profile

Joined: Mon Jun 28, 2010 3:54 am
Posts: 806
Post Re: Vending machine
You recieve a man.

I insert homer simpson eating a donut


Tue Feb 15, 2011 9:55 pm
Profile
User avatar

Joined: Sat Jul 25, 2009 4:24 am
Posts: 146
Location: Somewhere in Ohio
Post Re: Vending machine
You get Achilles

I enter Steampunk


Tue Feb 15, 2011 11:29 pm
Profile
User avatar

Joined: Fri Jan 07, 2011 12:31 am
Posts: 550
Location: error: location not found
Post 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
Profile
Data Realms Elite
Data Realms Elite
User avatar

Joined: Tue May 25, 2010 8:27 pm
Posts: 4521
Location: Constant motion
Post 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
Profile

Joined: Mon Jun 28, 2010 3:54 am
Posts: 806
Post Re: Vending machine
You get a key

I insert a womanhole


Wed Feb 16, 2011 10:30 pm
Profile
User avatar

Joined: Sat Jul 25, 2009 4:24 am
Posts: 146
Location: Somewhere in Ohio
Post Re: Vending machine
You get too many damn babies! :cclol:

I insert a Taliban trooper.


Thu Feb 17, 2011 12:38 am
Profile
User avatar

Joined: Sat Feb 12, 2011 8:05 pm
Posts: 39
Location: Somewhere over the Double Rainbow
Post 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
Profile
User avatar

Joined: Sat Jul 25, 2009 4:24 am
Posts: 146
Location: Somewhere in Ohio
Post Re: Vending machine
you recieve 100 blueberry pies.

i insert a court jester


Thu Feb 17, 2011 1:49 am
Profile
User avatar

Joined: Fri Jan 07, 2011 12:31 am
Posts: 550
Location: error: location not found
Post Re: Vending machine
You get Harley Quinn.

I insert Data.


Thu Feb 17, 2011 2:02 am
Profile
Display posts from previous:  Sort by  
This topic is locked, you cannot edit posts or make further replies.   [ 442 posts ]  Go to page Previous  1 ... 16, 17, 18, 19, 20, 21, 22 ... 30  Next

Who is online

Users browsing this forum: No registered users


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by STSoftware for PTF.
[ Time : 0.067s | 13 Queries | GZIP : Off ]