fix: build

This commit is contained in:
Ayaan Khan
2020-07-25 07:55:30 +05:30
parent 0023339182
commit cbb43c90aa
9 changed files with 494 additions and 493 deletions

View File

@@ -7,9 +7,11 @@
#include <algorithm> // for min & max
#include <iostream> // for cout
#include <vector> // for std::vector
using std::cout;
using std::min;
using std::vector;
class Solution {
vector<vector<int>> graph;
vector<int> in_time, out_time;