Search found 1 match
- Sun Sep 06, 2015 6:48 pm
- Forum: Volume 115 (11500-11599)
- Topic: 11506 - Angry Programmer
- Replies: 6
- Views: 6030
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, int t) {...