Search found 6 matches

by AbdAllah Boda
Sat Dec 07, 2013 7:14 pm
Forum: Volume 101 (10100-10199)
Topic: 10130 - SuperSale
Replies: 76
Views: 35458

Re: 10130 - SuperSales

i'm getting RE !!!!!, but my code runs normally at VS 2012 and idone.com !!
any help?

Code: Select all

//AC :D, just had to double check my DP [][] ranges :D
by AbdAllah Boda
Fri Dec 06, 2013 7:45 pm
Forum: Volume 109 (10900-10999)
Topic: 10930 - A-Sequence
Replies: 102
Views: 62420

Re: 10930 - A-Sequence

@ brianfry713: thanx man, i've finally solve it, but i used a Backtracking method :D
thanx again ..
by AbdAllah Boda
Mon Dec 02, 2013 7:03 am
Forum: Volume 109 (10900-10999)
Topic: 10930 - A-Sequence
Replies: 102
Views: 62420

Re: 10930 - A-Sequence

1 TL and 8 WA ..

and i can't find why :@ ..
does arr[1] MUST BE 1 or it just have to be increasingly-ordered ?

that's my code ..
//WA :(

#include <iostream>
#include <map>
using namespace std;

bool A_Seq;
int Size;
int arr[35];

void Dispaly_arr()
{
for (int i = 0; i < Size; ++i)
{
cout ...
by AbdAllah Boda
Fri Nov 29, 2013 6:32 am
Forum: Volume 112 (11200-11299)
Topic: 11239 - Open Source
Replies: 21
Views: 11611

Re: 11239 - Open Source

@ brianfry713
it's AC Now, thanx :D
by AbdAllah Boda
Fri Nov 22, 2013 3:30 pm
Forum: Volume 112 (11200-11299)
Topic: 11239 - Open Source
Replies: 21
Views: 11611

Re: 11239 - Open Source

i'm passing all cases i've seen here, and of course the simple input cases ...
but still getting WA :@ :@ ..
any help?

Code: Select all

// WA :(, no idea why? :(
//now it's AC :D
by AbdAllah Boda
Mon Nov 18, 2013 6:41 pm
Forum: Volume 123 (12300-12399)
Topic: 12372 - Packing for Holiday
Replies: 2
Views: 1748

Re: 12372 - Packing for holiday - easiest problem ever, no A

u have forgotten to display a new line after each test case :D

Go to advanced search