Search found 2 matches

by Ra1nWarden
Mon May 18, 2015 10:12 am
Forum: Volume 126 (12600-12699)
Topic: 12661 - Funny Car Racing
Replies: 2
Views: 2592

Re: 12661 - Funny Car Racing

I am not sure what is wrong with this. Please take a look. Keep getting WA. Thanks!
#include <cstdio>
#include <queue>
#include <cstring>
#define MAXN 305
#define INF 1000000000

using namespace std;

struct Edge {
int u, v, a, b, t;
Edge(int uu, int vv, int aa, int bb, int tt) : u(uu), v(vv), a ...
by Ra1nWarden
Sun Sep 15, 2013 3:59 am
Forum: Volume 102 (10200-10299)
Topic: 10267 - Graphical Editor
Replies: 190
Views: 78014

Re: 10267 - Graphical Editor

Hi Bryanfry, I am getting
WGJGGGGGGW
instead of
OGjGGGGGGW
I went through the commands manually and found the same result as "WGJGGGGGGW ".
Can someone explain to me what is happening here? Thanks!

Go to advanced search