Search found 32 matches
- Thu Jun 04, 2009 2:28 pm
- Forum: Volume 4 (400-499)
- Topic: 459 - Graph Connectivity
- Replies: 132
- Views: 28731
459-TLE???
ac
- Thu Jun 04, 2009 1:33 pm
- Forum: Volume 115 (11500-11599)
- Topic: 11517 - Exact Change
- Replies: 33
- Views: 11939
Re: WA-11517
Is nobody here to help me????
- Tue Jun 02, 2009 10:16 pm
- Forum: Volume 115 (11500-11599)
- Topic: 11517 - Exact Change
- Replies: 33
- Views: 11939
11517 - Exact Change
Please help me. I got WA again and again. I cant find my bug. Here is my code. Can anybody check it. #include<stdio.h> #include<string.h> #include<stdlib.h> #define MAXI(a,b) (a>b?a:b) long W[110],Val[110],C[110][10010],coin[110][10010],MAX,kase,M,N; int cmp(const void *a,const void *b) { int *p=(in...
- Sat Sep 27, 2008 10:48 am
- Forum: Volume 102 (10200-10299)
- Topic: 10200 - Prime Time
- Replies: 202
- Views: 67424
Re: 10200 - Prime Time
lots of time get WA. can anybody find the burg in my code. i m sure enough about my algo & procedure. tried lots of i/o. but unsuccessful . please brother help me. here is my code: #include<stdio.h> #include<math.h> long x,y,count,p,store[10009],temp; double res; bool isPrime(long x) { if(x == 2...
- Fri Sep 19, 2008 7:00 pm
- Forum: Volume 113 (11300-11399)
- Topic: 11321 - Sort! Sort!! and Sort!!!
- Replies: 50
- Views: 22173
Re: 11321 - Sort! Sort!! and Sort!!!
i m very much bored with this problem. lots of time i get WA. i pass all inputs available here. CAN ANY ONE HELP ME???? please help me. here is my code: #include<stdio.h> #include<stdlib.h> long long temp,n,m,i; struct T { long long a, b; }; int sort(const void *aa, const void *bb) { T *p = (T *)aa;...
- Sun Sep 14, 2008 9:42 pm
- Forum: Volume 114 (11400-11499)
- Topic: 11484 - Document Object Model
- Replies: 2
- Views: 1829
11484 - Document Object Model
hello,
i need some critical i/o for this problem.
can anyone help me??
thanks in advance.
sreejon
cuet,06
i need some critical i/o for this problem.
can anyone help me??
thanks in advance.
sreejon
cuet,06
- Sat Jul 05, 2008 8:50 am
- Forum: Volume 114 (11400-11499)
- Topic: 11408 - Count DePrimes
- Replies: 12
- Views: 6370
Re: 11408 - Count DePrimes
i got WA.
But i cant understand why????/
can enyone give me some critical input/output?
Thanks in advance.
sreejond
cuet'06
But i cant understand why????/
can enyone give me some critical input/output?
Thanks in advance.
sreejond
cuet'06
- Mon Jun 30, 2008 4:38 pm
- Forum: Volume 101 (10100-10199)
- Topic: 10189 - Minesweeper
- Replies: 418
- Views: 81367
Re: 10189 - Minesweeper
very easy problem but i cant understand why getting TLE. can anyone help me? here is my code: #include<stdio.h> #include<string.h> char a[111][111]; long b[111][111]; int main() { long i,j,f,n,m,count; f=count=0; while(scanf("%ld%ld",&n,&m)==2,n!=0,m!=0) { count++; if(f==1) printf(...
- Fri Jun 13, 2008 1:44 pm
- Forum: Volume 105 (10500-10599)
- Topic: 10515 - Powers Et Al.
- Replies: 124
- Views: 33019
Re: 10515 - Power et al.
Streange I Got TLE??????? I can't understand why I got TLE? Can any one help me? Here is my code: #include<stdio.h> #include<string.h> #include<math.h> #define MAX 10000 char m[1111],n[1111],fir[10],sec[10],res[1111]; /********************************************************************************...
- Sat Jun 07, 2008 11:55 am
- Forum: Volume 109 (10900-10999)
- Topic: 10903 - Rock-Paper-Scissors Tournament
- Replies: 27
- Views: 12089
- Thu Jun 05, 2008 10:13 am
- Forum: Volume 107 (10700-10799)
- Topic: 10789 - Prime Frequency
- Replies: 38
- Views: 22239
- Tue Jun 03, 2008 8:07 pm
- Forum: Volume 100 (10000-10099)
- Topic: 10013 - Super long sums
- Replies: 212
- Views: 45481
Re: 10013 - Super Long Sums
vhaia,
sorry for disturbing again.
when i use scanf(" %c %c %c",&a[k],&ch,&b[k]);
my program give no ans.
one question more why i use "%c" like this.
thank you for your reply.
sreejon
cuet'06
sorry for disturbing again.
when i use scanf(" %c %c %c",&a[k],&ch,&b[k]);
my program give no ans.
one question more why i use "%c" like this.
thank you for your reply.
sreejon
cuet'06
- Fri May 30, 2008 8:06 am
- Forum: Volume 100 (10000-10099)
- Topic: 10013 - Super long sums
- Replies: 212
- Views: 45481
- Tue May 27, 2008 4:23 pm
- Forum: Volume 100 (10000-10099)
- Topic: 10008 - What's Cryptanalysis?
- Replies: 55
- Views: 19163
Re: 10008 - What's Cryptanalysis?
Thank you for your help jan vai.Now i got AC.
sreejon
cuet'06
sreejon
cuet'06
- Mon May 26, 2008 7:43 pm
- Forum: Volume 100 (10000-10099)
- Topic: 10008 - What's Cryptanalysis?
- Replies: 55
- Views: 19163
Re: 10008 - What's Cryptanalysis?
What the problem with my code.Plz help me i facing lot of time WA. thank you, i'll wait for your replies. here is my code: #include<stdio.h> #include<string.h> char text[10000],ch; long count[130]; int main() { long t,i,f,ii,j,min,len,letter,k; scanf("%ld%c",&t,&ch); for(i=0;i<t;i+...