Search found 1 match

by roy780801
Thu Aug 18, 2011 7:28 am
Forum: Volume 100 (10000-10099)
Topic: 10004 - Bicoloring
Replies: 93
Views: 45463

Re: 10004 - Bicoloring

Please help me. I have tried many test data and the answers are correct.
but I handed out my program 5 times and got WA 5 times, too.
I don't know where is wrong.

the following are my codes(using C) :
[code]


#include <stdio.h>
#include <stdlib.h>
#include <string.h>

#define max 300

int i,j ...

Go to advanced search