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
Search found 10 matches
- Fri Feb 17, 2006 3:46 am
- Forum: Volume 101 (10100-10199)
- Topic: 10181 - 15-Puzzle Problem
- Replies: 38
- Views: 28145
- Fri Feb 03, 2006 7:32 am
- Forum: Volume 101 (10100-10199)
- Topic: 10138 - CDVII
- Replies: 18
- Views: 10505
- 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 ...
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 ...
- 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 ...
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 ...
- 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 ...
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 ...
- 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 ...
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 ...
- 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.
- 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 ...
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 ...
- Mon Jan 16, 2006 4:53 pm
- Forum: C++
- Topic: why programs that compile well keep getting ce here???
- Replies: 4
- Views: 2640
- 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 ...
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 ...