Search found 11 matches
- Mon May 07, 2007 8:46 am
- Forum: Volume 4 (400-499)
- Topic: 494 - Kindergarten Counting Game
- Replies: 119
- Views: 25609
- Mon May 07, 2007 8:43 am
- Forum: Volume 4 (400-499)
- Topic: 488 - Triangle Wave
- Replies: 270
- Views: 38482
- Mon May 07, 2007 8:31 am
- Forum: Off topic (General chit-chat)
- Topic: I win !!
- Replies: 361
- Views: 129909
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;
}



- Tue May 01, 2007 6:19 am
- Forum: Off topic (General chit-chat)
- Topic: I win !!
- Replies: 361
- Views: 129909
Ok, you are right:
Code: Select all
while (1)
{
printf("m2lajoo is the winner\n newton is simply a loser");
}
:D :D :wink:
- Fri Apr 27, 2007 8:26 pm
- Forum: Off topic (General chit-chat)
- Topic: How old are you? Statistics.
- Replies: 121
- Views: 180474
- Fri Apr 27, 2007 3:46 pm
- Forum: Off topic (General chit-chat)
- Topic: I win !!
- Replies: 361
- Views: 129909
- Thu Apr 26, 2007 8:50 pm
- Forum: Off topic (General chit-chat)
- Topic: I win !!
- Replies: 361
- Views: 129909
- Wed Apr 25, 2007 5:16 pm
- Forum: Off topic (General chit-chat)
- Topic: I win !!
- Replies: 361
- Views: 129909
- Thu Feb 15, 2007 6:09 pm
- Forum: Volume 101 (10100-10199)
- Topic: 10189 - Minesweeper
- Replies: 418
- Views: 80563
10189:how to present
help me! why my program say presentation error :cry: var m,n:byte; test:integer; house:array[1..100,1..100]of char; st:string; khane:array[1..100,1..100]of (mine,clear); h:array[1..100,1..100]of byte; i,j:integer; function shownumber(num1,num2:integer):integer; var x,y,tedad:integer; begin tedad:=0;...
- Wed Feb 14, 2007 8:37 pm
- Forum: Volume 109 (10900-10999)
- Topic: 10970 - Big Chocolate
- Replies: 2
- Views: 3188
10970 - Big Chocolate
can you help me with this code?i don't know why it' WA var a,b:longint; function tedad(a,b:integer):integer; begin if (a=1)and(b=1) then begin tedad:=0; exit; end; if (a=1) then tedad:=b-1; if (b=1) then tedad:=a-1; if (a<>1)and(b<>1) then tedad:=(a-1)+tedad(1,b)*b; end; begin while not eof(input) d...
- Thu Jan 11, 2007 9:35 am
- Forum: Volume 6 (600-699)
- Topic: 612 - DNA Sorting
- Replies: 122
- Views: 19361
612 TLE
hi please help me my problem is good in my computer but it got TLE here is mycode: type st100=array[1..100]of string; arr100=array[1..100]of integer; var test:integer; counter:integer; j,i,tedad,len:integer; strings,strings2:st100; number:arr100; function translate_number(st:string):string; var i:in...