Search found 37 matches
- Thu Jul 26, 2007 10:15 pm
- Forum: Volume 4 (400-499)
- Topic: 494 - Kindergarten Counting Game
- Replies: 119
- Views: 25708
Where is the bug ?
Can any body help me? Why i got WA again and again? #include<stdio.h> #include<string.h> int word(char a[],int i) { int j; for(j=0;j<i;j++) if((a[j]>='a' && a[j]<='z') || (a[j]>='A' && a[j]<='Z') || (a[j]>='0' && a[j]<='9' )) return 1; return 0; } int main() { char a[800],b[8...
- Sun Jul 22, 2007 12:39 pm
- Forum: Java
- Topic: Data type in java
- Replies: 4
- Views: 4317
Data type in java
How long data type can i get in jave ? In c/c++ we get max 64 bit in jave is it possible to use 256 bit or more ?
Why RE
Here is my code plz tell me where is the bug #include<stdio.h> #include<string.h> #include<stdlib.h> #include<ctype.h> int main() { int i,x,y,k; char a[100]; while(gets(a)) { char b[4]={0}; int ln=strlen(a); for(k=0;k<ln;) { if(isdigit(a[k])) { { if((a[k]-'0')<3) { b[1]=a[k]; b[0]=a[k+1]; b[2]=a[k-1...
- Sun May 06, 2007 7:44 am
- Forum: Volume 4 (400-499)
- Topic: 444 - Encoder and Decoder
- Replies: 155
- Views: 25971
Runtime Error
Here is my code plz tell me why i getting RE? [color=green]#include<stdio.h> #include<string.h> #include<stdlib.h> #include<ctype.h> int main() { int i,j,x,y; char a[81]; while(gets(a)) { int ln=strlen(a); if(isdigit(a[0])) { for(i=ln-2;i>=0;i=i-2) { char b[4]={0}; if((a[i]-'0')<3) { b[1]=a[i]; b[0]...
- Fri May 04, 2007 10:41 am
- Forum: C
- Topic: Invalide memory
- Replies: 1
- Views: 4378
Invalide memory
What is invalide Memory refarence?
- Wed Apr 25, 2007 4:40 pm
- Forum: C
- Topic: About Pocket PC
- Replies: 0
- Views: 3896
About Pocket PC
Can any one tell me how much it cost to buy a pocket PC with C/C++ compiler in USD/BDT?
- Tue Apr 24, 2007 7:36 pm
- Forum: Volume 100 (10000-10099)
- Topic: 10035 - Primary Arithmetic
- Replies: 328
- Views: 67218
Replay
Try to use long long
- Tue Apr 24, 2007 6:51 pm
- Forum: C
- Topic: What is Floting point error?
- Replies: 5
- Views: 7827
Replay
Thanks jan bhai again,os this is the floting point error,
- Tue Apr 24, 2007 6:13 pm
- Forum: Volume 100 (10000-10099)
- Topic: 10062 - Tell me the frequencies!
- Replies: 235
- Views: 43996
Reply
abdullah bhai my output is Output 107 1 117 1 37 1 109 1 94 1 101 1 50 1 114 1 103 1 51 2 53 2 45 2 104 2 105 2 118 2 119 2 61 3 35 3 52 3 110 3 106 3 58 1 39 1 48 1 99 1 100 1 101 1 102 1 33 1 104 1 64 1 50 1 37 1 81 1 52 1 68 1 84 1 54 1 113 1 86 1 70 1 88 1 71 1 119 1 120 1 55 1 94 1 57 1 59 2 38...
- Tue Apr 24, 2007 10:17 am
- Forum: C
- Topic: What is Floting point error?
- Replies: 5
- Views: 7827
- Mon Apr 23, 2007 10:10 pm
- Forum: C
- Topic: What is Floting point error?
- Replies: 5
- Views: 7827
What is Floting point error?
plz check this code
************code removed***********
What is it? And how can i overcome this problem?
************code removed***********
What is it? And how can i overcome this problem?
- Mon Apr 23, 2007 4:34 pm
- Forum: Volume 100 (10000-10099)
- Topic: 10035 - Primary Arithmetic
- Replies: 328
- Views: 67218
answer
why use string?the range fit in to long long int 

- Sun Apr 22, 2007 9:39 am
- Forum: Volume 1 (100-199)
- Topic: 190 - Circle Through Three Points
- Replies: 126
- Views: 25162
Need sample I/O
i tried these 5 5 4 7 16 5 56 40 66 76 31 8 44 39 26 23 37 38 18 82 29 41 33 15 0 49 19 56 98 3 (x - 10.500)^2 + (y - 9.000)^2 = 6.801^2 x^2 + y^2 - 21.000x - 18.000y + 145.000 = 0 (x + 33.686)^2 + (y - 84.302)^2 = 100.031^2 x^2 + y^2 + 67.372x - 168.603y - 1764.717 = 0 (x - 42.830)^2 + (y - 22.191)...
- Sun Apr 22, 2007 9:38 am
- Forum: Volume 1 (100-199)
- Topic: 190 - Circle Through Three Points
- Replies: 126
- Views: 25162
Need sample I/O
Please some one give me some sample I/O
- Sun Apr 22, 2007 8:48 am
- Forum: Volume 100 (10000-10099)
- Topic: 10062 - Tell me the frequencies!
- Replies: 235
- Views: 43996
Need some sample I/O for 10062
Please give me some samplz I/O for 10062