Search found 7 matches

by l314
Thu Mar 01, 2007 4:54 pm
Forum: Volume 7 (700-799)
Topic: 793 - Network Connections
Replies: 102
Views: 47648

793 WA Help~~

My code worked fine for every test case I found here, but I still get WA.
Can someone help me?

Here is my code:

Code: Select all

removed
I got AC.
Thanks.
by l314
Wed Feb 28, 2007 3:07 pm
Forum: Volume 106 (10600-10699)
Topic: 10608 - Friends
Replies: 75
Views: 39172

I got WA.

I'm getting W.A. Don't Know why .

I tested the program with a lot of inputs, and the answers were correct.

I will really appreciate some test cases...

I'm also posting my code:


#include <iostream>
#include <stdio.h>

using namespace std;

int Find_Set(int);
void Link(int,int);
void Union ...
by l314
Sun Feb 11, 2007 2:39 pm
Forum: Volume 4 (400-499)
Topic: 459 - Graph Connectivity
Replies: 133
Views: 57904

Hi, I used DFS to solve this problem and got AC.
thx a lot.
by l314
Sat Feb 10, 2007 8:39 pm
Forum: Volume 4 (400-499)
Topic: 459 - Graph Connectivity
Replies: 133
Views: 57904

Hi, I fixed my algorithm so that it can output correctly for your input case and all cases from below links, but I still get WA.
http://online-judge.uva.es/board/viewtopic.php?t=6354&highlight=459&sid=8a38bf425fc76f799d6f997467f8212e
http://online-judge.uva.es/board/viewtopic.php?t=777&highlight ...
by l314
Sat Feb 10, 2007 6:38 pm
Forum: Volume 4 (400-499)
Topic: 459 - Graph Connectivity
Replies: 133
Views: 57904

459 WA

Hi,I get WA all the time, I don't know why!!

I have tried all the input cases of below threads.
(my code got the the same output)
http://online-judge.uva.es/board/viewtopic.php?t=6354&highlight=459&sid=8a38bf425fc76f799d6f997467f8212e
http://online-judge.uva.es/board/viewtopic.php?t=777 ...
by l314
Sun Jan 28, 2007 4:08 pm
Forum: Volume 7 (700-799)
Topic: 750 - 8 Queens Chess Problem
Replies: 78
Views: 38978

I have checked out the post that you give me and I try to fixe my code, but I still got P.E.

Below is one of my output case.
I can't find the difference from the simple output of problem 750.
plz help me find out this bug, thank you.

Code: Select all

code has been killed
by l314
Sun Jan 28, 2007 10:01 am
Forum: Volume 7 (700-799)
Topic: 750 - 8 Queens Chess Problem
Replies: 78
Views: 38978

750 P.E.

Why my code just got P.E.?
plz help me to get AC, thx.

code is killed.

Go to advanced search