Search found 16 matches

by me33
Mon Mar 10, 2014 9:36 pm
Forum: Volume 100 (10000-10099)
Topic: 10050 - Hartals
Replies: 59
Views: 30015

Re: 10050 - Hartals Why WA?????

brianfry713 wrote:Post in the appropriate forum, volume C instead of General.
Try running your code on the sample input.
My code runs well for all sample input...
Plz check and help. :(
by me33
Sun Mar 09, 2014 7:42 pm
Forum: Volume 4 (400-499)
Topic: 424 - Integer Inquiry
Replies: 96
Views: 38907

Re: 424 - Integer Inquiry. Why RTE???

Thanks brianfry713...

Got AC :D :) :D
by me33
Sat Mar 08, 2014 9:12 pm
Forum: Volume 100 (10000-10099)
Topic: 10050 - Hartals
Replies: 59
Views: 30015

10050 - Hartals Why WA?????

Please Help..
getting continuously WA..

here is my code...

#include <iostream>
#include <cstdio>

using namespace std;

int main(){
int t;
scanf("%d",&t);
while(t--){
int n,p,hartal;
scanf("%d %d",&n,&p);
int res[n];
for(int i=0;i<n;i++)res[i]=0;
for(int i=0;i<p;i++){
scanf("%d",&hartal ...
by me33
Thu Mar 06, 2014 12:02 am
Forum: Volume 4 (400-499)
Topic: 424 - Integer Inquiry
Replies: 96
Views: 38907

424 - Integer Inquiry. Why RTE???

Please help me...

getting RTE..

my code.

Code: Select all

Removed After AC...
by me33
Wed Mar 05, 2014 8:48 pm
Forum: Volume 101 (10100-10199)
Topic: 10189 - Minesweeper
Replies: 418
Views: 125428

Re: 10189 Minesweeper WA....

Thanks brianfry713...
got AC.. :P :D :)
by me33
Sat Mar 01, 2014 9:20 pm
Forum: Volume 101 (10100-10199)
Topic: 10189 - Minesweeper
Replies: 418
Views: 125428

10189 Minesweeper WA....

Plz help..
I think my code works well.

Code: Select all

Got AC.....
by me33
Sat Mar 01, 2014 9:16 pm
Forum: Volume 100 (10000-10099)
Topic: 10038 - Jolly Jumpers
Replies: 445
Views: 153346

Re: 10038 -Jolly jumper. getting WA

Thanks brianfray713..

Got AC.
by me33
Fri Feb 28, 2014 9:04 pm
Forum: Volume 100 (10000-10099)
Topic: 10038 - Jolly Jumpers
Replies: 445
Views: 153346

10038 -Jolly jumper. getting WA

Please help me finding error...

Getting WA..

here is my code.
If I comment out line 20. Also get WA.

Code: Select all

Removed after AC
by me33
Fri Feb 28, 2014 2:04 am
Forum: Volume 118 (11800-11899)
Topic: 11849 - CD
Replies: 24
Views: 10591

Re: 11849 - CD Why RTE???

Thanks brianfry713
by me33
Fri Feb 28, 2014 1:46 am
Forum: Volume 1 (100-199)
Topic: 102 - Ecological Bin Packing
Replies: 485
Views: 117471

WA: 102 Why???

:D :) :lol:
My Code.

[cpp]Got AC
[/code]
by me33
Fri Feb 28, 2014 1:43 am
Forum: Volume 115 (11500-11599)
Topic: 11530 - SMS Typing
Replies: 41
Views: 16564

Re: WA: 11530 Why????

How can I take input in this loop???
Plz help
by me33
Wed Feb 26, 2014 4:14 pm
Forum: Volume 115 (11500-11599)
Topic: 11530 - SMS Typing
Replies: 41
Views: 16564

Re: WA: 11530 Why????

Sorry! My mistake.

The problem number is 11530
by me33
Tue Feb 25, 2014 9:18 pm
Forum: Volume 115 (11500-11599)
Topic: 11530 - SMS Typing
Replies: 41
Views: 16564

WA: 11530 Why????

I think everything is okay. but continuously getting WA.
plz help me. :( :cry:

my code.

Code: Select all

Removed After AC
by me33
Sun Feb 23, 2014 10:17 pm
Forum: Volume 118 (11800-11899)
Topic: 11849 - CD
Replies: 24
Views: 10591

11849 - CD

Getting run time error. :cry: :(
plz help...
my code.

Code: Select all

removed after AC. :D  :) 
by me33
Fri Feb 21, 2014 7:28 pm
Forum: Volume 125 (12500-12599)
Topic: 12502 - Three Families
Replies: 23
Views: 14764

12502 - Three Families

got WA.
can't find error.

plz help.

removed after AC :lol: :P

Go to advanced search