Search found 10 matches

by ahsanlatif
Fri Feb 17, 2006 3:46 am
Forum: Volume 101 (10100-10199)
Topic: 10181 - 15-Puzzle Problem
Replies: 38
Views: 28145

10181 -- 15 Puzzle -- Test data required

I got WA for this problem but it works for all of my test data. I need some test data for this problem.

Is there any thing critical, tricky in this problem.

Thank You,
Ahsan
by ahsanlatif
Fri Feb 03, 2006 7:32 am
Forum: Volume 101 (10100-10199)
Topic: 10138 - CDVII
Replies: 18
Views: 10505

Thanks Leonid,
I missed that point in the statement. Can you provide some critical test data(input/output).

Thanx again!! :lol:
by ahsanlatif
Tue Jan 31, 2006 5:01 pm
Forum: Volume 101 (10100-10199)
Topic: 10138 - CDVII
Replies: 18
Views: 10505

Clarification of Statement

Hello,
I am facing a problem in one of the sample provided in the problem statement.
How come the cost for the vehicle 765DEF in sample input is $10.87- My algorithm is as follows

and it gives $ 18.47 for this vehicle but for all other test data provided it works fine.

Algorithm:
1) Calculate ...
by ahsanlatif
Mon Jan 30, 2006 4:04 pm
Forum: Volume 101 (10100-10199)
Topic: 10150 - Doublets
Replies: 46
Views: 45913

10150 (Doublets) Testcases required

Hello Everyone,
I am getting WA for this problem. I have tested quite a number of inputs for my self but unable to get AC on the OJ.
Can you kindly provide me with some inputs? Is there any thing tricky in this problem?

I am getting WA in 1.5 sec. How much did your AC took?

Waiting for your ...
by ahsanlatif
Sun Jan 22, 2006 4:47 pm
Forum: Volume 3 (300-399)
Topic: 336 - A Node Too Far
Replies: 121
Views: 58624

Prob 336(A Node Too Far)-- Runtime Error

Hi,
I am getting RE from OJ. I have checked it on inputs provided on this site by others. It works fine, I can not understand what could have caused it. Can anybody help me? Here is my code:

#include <iostream>
#include <queue>

using namespace std;

struct NODE{
int NWID;
int directConns;
int ...
by ahsanlatif
Wed Jan 18, 2006 5:42 pm
Forum: Volume 2 (200-299)
Topic: 210 - Concurrency Simulator
Replies: 16
Views: 8538

Code

Here is my code.
I am sure about the execution portion but not about the input. I have tested it for more than one cases. But input is like the specified in the statement. (getType function)
Can you tell me what is the problem:

[code]#include <iostream>
#include <queue>

using namespace std ...
by ahsanlatif
Wed Jan 18, 2006 5:38 pm
Forum: Volume 2 (200-299)
Topic: 210 - Concurrency Simulator
Replies: 16
Views: 8538

Test cases for 210

Can you provide with some inputs with outputs.
by ahsanlatif
Wed Jan 18, 2006 2:35 pm
Forum: Volume 2 (200-299)
Topic: 210 - Concurrency Simulator
Replies: 16
Views: 8538

Some clarificatiosn for Problem 210

Hi,
I am getting WA for the prob 210. I want to clarify some points reagrding the statements structure. I am assuming that particular statements will always be like this:

For "print" statement:
----------------------
print variable //Note that there is single space between var-name and print ...
by ahsanlatif
Mon Jan 16, 2006 4:53 pm
Forum: C++
Topic: why programs that compile well keep getting ce here???
Replies: 4
Views: 2640

I use Dev-C++ for the compilation testing of the code. Can you tell me whihc compiler does it uses (MINGW or gcc). In the compile log it shows g++ as compiler . Can you tell me what files I will have to download to make compiler compatible to OJ's compiler.

The code compiled successfully through ...
by ahsanlatif
Sat Jan 14, 2006 9:42 pm
Forum: Other words
Topic: EMail Notifications
Replies: 2
Views: 2346

EMail Notifications

Hello,
I am facing a problem with the submit-o-matic. From last week I am not receiving any mail from the OJ. Neither acknowledgement, Nor result.
Is anyone else facing this problem as well? Or I am making some error?

I submit code on this page:
[url]http://acm.uva.es/problemset/submit.php[/url ...

Go to advanced search