Search found 1 match

by jaostr
Thu Sep 04, 2014 4:23 pm
Forum: Volume 3 (300-399)
Topic: 314 - Robot
Replies: 30
Views: 12188

314 - Robot

Hi all,
Are there any corner cases in this problem?
I checked all the I/O provided in this thread and everything was OK. Still, I'm getting WA..... Can anyone help?

Just in case, here's my code:

#include <stdio.h>
#include <vector>
#include <queue>

using namespace std;

typedef vector<int> vi ...

Go to advanced search