sexta-feira, 2 de outubro de 2009

Advinhe oque esse algoritmo faz :D

#include std.h
#include cook.h
// POSTE OQUE VOCÊ ACHA QUE É NOS COMENTARIOS ^^
int main()
{
int sugar;
int water;
int ground;
int spoon;
int time;
int isSweet;

int pot;


spoon = 4;
sugar = spoon*4;
ground = spoon*3;
time = 5;
water = boil(water,time);
pot = filter(ground,water);//fixed
pot += sugar;
isSweet = taste(pot);
while(isSweet == false)
{
pot+=spoon;
isSweet = taste(pot);
}
return 1;
}

4 comentários:

#include< >

Blogumulus by Roy Tanck and Amanda Fazani
}

Arquivo do blog