[gcj] Coderforces Round # 14

2010-05-28 Thread Aamir Khan
I was doing some practice for codeforces round 15 to be held in around 27 hours from now I have written the C++ source code for codeforces round 14/A problem (Letter)... I am getting runtime error which i am not able to understand... Please help.. Error: terminate called after throwing an

Re: [gcj] Coderforces Round # 14

2010-05-28 Thread Bharath Raghavendran
I dont know what the question is or what the algo is supposd to do. But i guess the error is happening at this point : A.at(A.size()) maybe you need to do A.at(A.size()-1) ? On 28 May 2010 17:49, Aamir Khan aamir.cod...@gmail.com wrote: I was doing some practice for codeforces round 15 to be

Re: [gcj] Coderforces Round # 14

2010-05-28 Thread Абзал Сереков
your method is not right, because of this: * for (int j=min_B;jmax_B;j++) { coutArray[i][j]; }* * * there must be rows and columns too, like coutendl or cout\n... Maybe i didn't understand your algorithm at all?! -- You received this message because you are subscribed to the Google Groups