
Search found 16 matches
- Tue Jun 19, 2012 1:37 pm
- Forum: Volume 5 (500-599)
- Topic: 507 - Jill Rides Again
- Replies: 92
- Views: 32621
Re: 507 - Jill rides again
Thnx brian guru !!!!!!!!!!!got accepted 

- Sun Jun 17, 2012 10:48 pm
- Forum: Volume 5 (500-599)
- Topic: 507 - Jill Rides Again
- Replies: 92
- Views: 32621
Re: 507 - Jill rides again
WA!!!!!!!!!getting continuous WA...i've checked all the inputs posted in the forum..plz help me out
Code: Select all
ACCEPTED
- Thu May 03, 2012 10:39 pm
- Forum: Volume 103 (10300-10399)
- Topic: 10374 - Election
- Replies: 44
- Views: 16112
Re: 10374 - Election
Brianfry boss i checked ur testcases in uva toolkit but they give the same output as mine...!!!Nevertheless i tried to change my code according to ur suggestion but it is still wa!!!plz help #include<iostream> #include<string> #include<map> #include<cstdio> using namespace std; string s1[32],s2[32];...
- Thu May 03, 2012 10:31 pm
- Forum: Volume 118 (11800-11899)
- Topic: 11849 - CD
- Replies: 24
- Views: 6489
Re: 11849 CD ---Why RTE Please help me, please.
plz help me understanding this.this code below is getting TLE #include<iostream> #include<cstdio> #include<map> using namespace std; int main() { //freopen("11849in.txt","r",stdin); long long int n,m,i,j,count; int x; map<long int,int>mp; while(cin>>n>>m && !(n==0 &&a...
- Wed May 02, 2012 12:41 pm
- Forum: Volume 103 (10300-10399)
- Topic: 10374 - Election
- Replies: 44
- Views: 16112
Re: 10374 - Election
hmm i fixed it but again WA!!!!!!!!!!!!!!!!! :( :( #include<iostream> #include<string> #include<map> #include<cstdio> using namespace std; string s1[32],s2[32]; int main() { // freopen("10374in.txt","r",stdin); int n,m,i,j,res,k,t; char ch; string str; map<string,int>mp; bool fla...
- Wed May 02, 2012 12:28 pm
- Forum: Volume 116 (11600-11699)
- Topic: 11629 - Ballot evaluation
- Replies: 8
- Views: 4685
Re: 11629 - Ballot evaluation
Thnx brianfry
u r really a great helper

- Tue May 01, 2012 1:47 pm
- Forum: Volume 103 (10300-10399)
- Topic: 10374 - Election
- Replies: 44
- Views: 16112
Re: 10374 - Election
Having WA!! WA!! today...what's wrong with this now....plz help!! with test cases
- Tue May 01, 2012 11:14 am
- Forum: Volume 116 (11600-11699)
- Topic: 11629 - Ballot evaluation
- Replies: 8
- Views: 4685
Re: 11629 - Ballot evaluation
Getting WA!!! in this problem.help plz..!!!!
Code: Select all
ACCEPTED
- Tue Apr 17, 2012 7:29 am
- Forum: Volume 103 (10300-10399)
- Topic: 10305 - Ordering Tasks
- Replies: 59
- Views: 23408
Re: 10305 - Ordering Tasks
thnx brianfry713 !!!i had a silly mistake in taking input....



- Mon Apr 16, 2012 7:21 pm
- Forum: Volume 103 (10300-10399)
- Topic: 10305 - Ordering Tasks
- Replies: 59
- Views: 23408
Re: 10305 - Ordering Tasks
WA!!!!!!!!!!!!!!!!!!!
plz helpppppppp!!!!!
why'm getting WA??? I used DFS for topological sorting and for every input posted here i got the same output as like UVA toolkit..plzzzzz help me out



why'm getting WA??? I used DFS for topological sorting and for every input posted here i got the same output as like UVA toolkit..plzzzzz help me out


Code: Select all
ACCEPTED
- Wed Apr 11, 2012 12:43 pm
- Forum: Volume 110 (11000-11099)
- Topic: 11094 - Continents
- Replies: 43
- Views: 21567
Re: 11094 - Continents
thnx brianfry713 a lot
i got accepted..
actually i misunderstood the wrapping thing in this problem


- Sat Apr 07, 2012 7:28 am
- Forum: Volume 110 (11000-11099)
- Topic: 11094 - Continents
- Replies: 43
- Views: 21567
Re: 11094 - Continents
bryianfry713 boss i'mnot reading from a file .that particular line was to test test cases.i forgot to give the slashes here but i'm getting WA without it.
plzzzz check my bug.plzzzzzzzzzzzzzzz!!

- Fri Apr 06, 2012 7:06 pm
- Forum: Volume 110 (11000-11099)
- Topic: 11094 - Continents
- Replies: 43
- Views: 21567
Re: 11094 - Continents
OOOO Allah help me!!!!!!! 10 WA in this problem..plzzzzz help !!thnx brianfry713 for ur suggestion but i'm getting WAAAAAAAAAA again and again!!!!!!!!!!!!!!







- Mon Apr 02, 2012 6:10 am
- Forum: Volume 110 (11000-11099)
- Topic: 11094 - Continents
- Replies: 43
- Views: 21567
Re: 11094 - Continents
Plz helpppp!!!!
can some one tell me what's wrong with my code????
i'm getting coninuous WA!!!!!!!!
here is my code-(FYI i've checked all the test cases posted here)
can some one tell me what's wrong with my code????
i'm getting coninuous WA!!!!!!!!


- Thu Mar 29, 2012 8:25 am
- Forum: Volume 113 (11300-11399)
- Topic: 11340 - Newspaper
- Replies: 154
- Views: 48971
Re: 11340 - Newspaper
Finally got accepted :) thnx brianfry713 for ur kind suggestion but i was still getting WA..... My main problem was taking the string input by gets() and using string and casting it to unsigned. when i debugged my code i saw that there was no casting in unsigned form So my suggestion is --not take i...