Page 24 of 25
Posted: Sun Feb 11, 2007 7:29 pm
by daveon
Come on people, we're almost there. Only 2147483304 posts to go.
Posted: Mon Feb 12, 2007 9:35 am
by nymo

nope, still a long way ... I guess

Posted: Wed Mar 07, 2007 8:18 pm
by joy
Posted: Thu Mar 08, 2007 8:56 am
by newton
Posted: Wed Apr 25, 2007 5:16 pm
by m2lajoo
I AM THE WINNER
Posted: Thu Apr 26, 2007 8:50 pm
by m2lajoo
Posted: Fri Apr 27, 2007 8:07 am
by nymo
No one want to deal with me

you are right

Posted: Fri Apr 27, 2007 3:46 pm
by m2lajoo
{
while (1) do
{
cout<<"m2lajoo is winner";
}
return m2lajoo
}
Posted: Mon Apr 30, 2007 3:47 pm
by newton
hi m2lajoo....
this is WA code.
what does the loop
Code: Select all
while(1)do
{
...................
....................bla bla
}
means?
is it perfectly while or do-while loop?
rather than it will be
Code: Select all
while(1)
{
printf("newton is the woner\n");
}
to be AC code.
newton...................................................... simply the best
Posted: Tue May 01, 2007 6:19 am
by m2lajoo
Ok, you are right:
Code: Select all
while (1)
{
printf("m2lajoo is the winner\n newton is simply a loser");
}
:D :D :wink:
Posted: Sat May 05, 2007 10:30 am
by newton
ohh dear m2laoo
again Compiler ERROR!
what is these
Code: Select all
while (1)
{
printf("m2lajoo is the winner\n newton is simply a loser");
}
:D :D :wink:
how can compiler compile
chang the code as i told in my previous post.
quick....
newton................................ simply the best (winner)
Posted: Mon May 07, 2007 8:31 am
by m2lajoo
It doesn't matter to me.
but however the right code is
Code: Select all
#include<stdio.h>
#define m2lajoo 0
int main()
{
while (1)
{
printf("m2lajoo is the winner");
}
return m2lajoo;
}

Posted: Mon May 07, 2007 1:52 pm
by sohel
Hmm...
If I lock this thread, will I be the eternal winner?

Posted: Mon May 07, 2007 3:24 pm
by little joey
Until someone unlocks it....
lol
hmm
Posted: Mon May 07, 2007 3:43 pm
by shahriar_manzoor
Power brings corruption.
Thinking of misuse of admin power

.