I win !!
Moderator: Board moderators
-
- Experienced poster
- Posts: 162
- Joined: Thu Jul 13, 2006 7:07 am
- Location: Campus Area. Dhaka.Bangladesh
- Contact:
hi m2lajoo....
this is WA code.
what does the loop
means?
is it perfectly while or do-while loop?
rather than it will be
to be AC code.
newton...................................................... simply the best
this is WA code.
what does the loop
Code: Select all
while(1)do
{
...................
....................bla bla
}
is it perfectly while or do-while loop?
rather than it will be
Code: Select all
while(1)
{
printf("newton is the woner\n");
}



newton...................................................... simply the best
Ok, you are right:
Code: Select all
while (1)
{
printf("m2lajoo is the winner\n newton is simply a loser");
}
:D :D :wink:
-
- Experienced poster
- Posts: 162
- Joined: Thu Jul 13, 2006 7:07 am
- Location: Campus Area. Dhaka.Bangladesh
- Contact:
ohh dear m2laoo
again Compiler ERROR!
what is these
how can compiler compile
chang the code as i told in my previous post.
quick....
newton................................ simply the best (winner)
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:
Code: Select all
:D :D :wink:
quick....
newton................................ simply the best (winner)
It doesn't matter to me.
but however the right code is

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;
}



-
- System administrator & Problemsetter
- Posts: 399
- Joined: Sat Jan 12, 2002 2:00 am
hmm
Power brings corruption.
Thinking of misuse of admin power
.
Thinking of misuse of admin power
