Search found 77 matches
- Wed May 02, 2007 3:14 pm
- Forum: Volume 110 (11000-11099)
- Topic: 11011 - Numerical Methods! A Satire
- Replies: 11
- Views: 6582
OFF THE RECORD I can't stop writing comment on the Abul Dean of Eastern University. Two of my friends (Gold Medalist from East West University, having a CGPA of 3.99/4.00, now doing their Masters in Germany) were called by the Eastern University (EU) for an interview for the post of Lecturer in CSE....
- Wed Jul 26, 2006 7:15 pm
- Forum: Other words
- Topic: EWUIPC 2006
- Replies: 0
- Views: 1516
EWUIPC 2006
ONLY FOR BANGLADESHI TEAMS
--------------------------------------
Dear Coaches and Contestants,
It
--------------------------------------
Dear Coaches and Contestants,
It
- Thu Apr 20, 2006 11:28 am
- Forum: Volume 110 (11000-11099)
- Topic: 11015 - 05-2 Rendezvous
- Replies: 48
- Views: 17977
Thanks to mf and arsalan_mousavian. I am such a duffer! I used so many times FW but never did this mistake and how come I did it here ? Interestingly it gave the correct output for the sample inputs and that made me more crazy. I checked lot many things in my code (even thought about multiple paths ...
- Mon Apr 17, 2006 4:46 pm
- Forum: Volume 110 (11000-11099)
- Topic: 11015 - 05-2 Rendezvous
- Replies: 48
- Views: 17977
Though I feel this one an easy problem, but getting WA
Here is my code... anyone can find my bug ? Thanx in advance.

Here is my code... anyone can find my bug ? Thanx in advance.
Code: Select all
Accepted :)
- Tue Dec 20, 2005 5:43 pm
- Forum: Volume 109 (10900-10999)
- Topic: 10942 - Can of Beans
- Replies: 9
- Views: 4832
- Fri Dec 09, 2005 3:08 pm
- Forum: Volume 109 (10900-10999)
- Topic: 10905 - Children's Game
- Replies: 66
- Views: 27159
Plz do have a look at my code. I cant figure out the bug ! #include<stdio.h> #include<string.h> #include<math.h> #include<stdlib.h> int N,index; char bank[55][100],temp[100]; int compare (int a, int b) { int i,j,len1,len2,len; len1=strlen(bank[a]); len2=strlen(bank[b]); if(len1>len2) len=len2; else ...
- Fri Dec 09, 2005 3:02 pm
- Forum: Volume 109 (10900-10999)
- Topic: 10905 - Children's Game
- Replies: 66
- Views: 27159
- Thu Dec 08, 2005 2:57 pm
- Forum: Volume 109 (10900-10999)
- Topic: 10905 - Children's Game
- Replies: 66
- Views: 27159
Plz help...
What will be the output for this input
3
0 0 0
Thanks in advance.
3
0 0 0
Thanks in advance.
- Tue Dec 06, 2005 7:03 pm
- Forum: Volume 3 (300-399)
- Topic: 392 - Polynomial Showdown
- Replies: 93
- Views: 20002
- Tue Dec 06, 2005 6:51 pm
- Forum: Volume 108 (10800-10899)
- Topic: 10871 - Primed Subsequence
- Replies: 20
- Views: 12664
- Sat Nov 26, 2005 9:30 am
- Forum: Volume 3 (300-399)
- Topic: 392 - Polynomial Showdown
- Replies: 93
- Views: 20002
- Sat Nov 26, 2005 9:29 am
- Forum: Volume 3 (300-399)
- Topic: 392 - Polynomial Showdown
- Replies: 93
- Views: 20002
- Sat Nov 26, 2005 9:26 am
- Forum: Volume 3 (300-399)
- Topic: 392 - Polynomial Showdown
- Replies: 93
- Views: 20002
Here is my code. Plz have a look.
Code: Select all
Got Accepted. Thanks to Roby.
- Fri Nov 25, 2005 1:56 pm
- Forum: Volume 108 (10800-10899)
- Topic: 10871 - Primed Subsequence
- Replies: 20
- Views: 12664
Posting my code that gives correct ans for the bijon's given input. #include<stdio.h> #include<math.h> #define max 10011 #define pmax 20000010 char prime[pmax]; int bank[max+100]; int isPrime(long); void siv() { long i,j,k; prime[0]='x'; prime[1]='x'; for(i=3;i<=(int)sqrt(pmax);i=i+2) { if(prime[j]!...
- Thu Nov 24, 2005 6:44 pm
- Forum: Volume 109 (10900-10999)
- Topic: 10964 - Strange Planet
- Replies: 13
- Views: 6583