Search found 1 match

by khalilw1
Sun Sep 06, 2015 6:48 pm
Forum: Volume 115 (11500-11599)
Topic: 11506 - Angry Programmer
Replies: 6
Views: 7761

Re: 11506 - Angry Programmer

Hey guys I am getting lots of wa can anyone help here is my code :



#include <cstdio>
#include <vector>
#include <algorithm>
#include <queue>
#include <climits>
#include <cstring>

using namespace std;

#define N 202

typedef long long ll;

ll res[N][N], p[N];
vector<int> adj[N];

bool bfs(int s ...

Go to advanced search