Search found 1 match

by midorima
Wed Jun 18, 2014 2:35 pm
Forum: Volume 3 (300-399)
Topic: 352 - The Seasonal War
Replies: 54
Views: 23191

UVA - 352 The Seasonal War WA?

I'm still getting WA, but it seems that my code is correct, Please help me!!

this is my code :
#include <iostream>
#include <cstdio>
#include <vector>
#include <map>
#include <algorithm>
#include <queue>
using namespace std;

int dr[] = {1,1,0,-1,-1,-1,0,1};
int dc[] = {0,1,1,1,0,-1,-1,-1};
int N ...

Go to advanced search