Saturday, February 6, 2010

Luck? Effort?

#include < stdio.h >
int main ( )
{
char a;
printf("99%c of effort & 1%c of luck, will I get what I take for granted?\n",37,37);
printf("70%c of effort & 30%c of luck, will I get what I take for granted?\n",37,37);
printf("50%c of effort & 50%c of luck, will I get what I take for granted?\n\n",37,37);

printf("Efforts That I made I will never regret..\n"
"I cannot guarantee to you that I can make it..\n"
"I have tried my best in order to make my words to you..\n"
"Depend on luck... Hope that it will always be on my side,\n"
"forever and ever...\n\n"
"You become my catalyst that encourage me to do that..\n"
"Nothing will stop me..I will show you,\n"
"I am not as 'mad' as you think, because I will be more mad that what you think..\n"
"****************************************\n"
"*if I not 'mad',will you be on my side?*\n"
"****************************************\n");
printf("press any key to see something>>");
scanf("%c",&a);
printf(
" ** ** * **** ****\n"
"* * * * * * * \n"
"* * * * * * \n"
"* * * **** **** \n"
"* * * * *\n"
"* * * * *\n"
"* * * ***** **** \n\n"
" * * ****** * *\n"
" * * * * * *\n"
" * * * * *\n"
" * * * * *\n"
" * * * * *\n"
" * * * * *\n"
" * ****** *****\n");
//think about it, how to see what the symbols represent.
//[hint:run in microsoft visual studio.. difficulty:9/10
exit(-1);
}

No comments:

Post a Comment