193 - Graph Coloring(Solved)

The forum to report every bug you find or tell us what you'd like to find in UVa OJ's new system

Moderator: Board moderators

Locked
WillWin
New poster
Posts: 4
Joined: Sun Jul 29, 2007 3:41 pm
Location: Taiwan
Contact:

193 - Graph Coloring(Solved)

Post by WillWin »

This is my C code

Code: Select all

remove after AC
But I got WA many times and did't know where was error
I find something weird that
I submit in PKU http://acm.pku.edu.cn/JudgeOnline/ and it got accepted
PKU Prob.ID:1419
so I think judge doesn't completely conclude all possible answer.
Last edited by WillWin on Wed Aug 20, 2008 9:59 am, edited 2 times in total.
Carlos
System administrator
Posts: 1286
Joined: Sat Oct 13, 2001 2:00 am
Location: Valladolid, Spain
Contact:

Re: 193 - Graph Coloring

Post by Carlos »

Maybe our test cases are more exhaustive. I'm 99.99 certain judge's test cases are ok since nobody else complained about that particular problem in the last 8 years.

I'll have a look at it whenever I have time.
DON'T PM ME --> For any doubt, suggestion or error reporting, please use the "Contact us" form in the web.
DJWS
Learning poster
Posts: 100
Joined: Sat Oct 11, 2003 3:30 pm
Location: Taiwan
Contact:

Re: 193 - Graph Coloring

Post by DJWS »

The code will lead to memory leaking.
WillWin
New poster
Posts: 4
Joined: Sun Jul 29, 2007 3:41 pm
Location: Taiwan
Contact:

Re: 193 - Graph Coloring

Post by WillWin »

After my friend debugged , I'm sorry that I forgot to clean memory (or reset state) :cry: .

I think UVa has more good quality than PKU. :D
Locked

Return to “Bugs and suggestions”