Jo Ke1y
After 1 day of dealing with this task I finally did, but i get WRONG ANSWER at Task #0. Please can someone review it for me as I am not seeing any mistakes...
#include <iostream>
#include <algorithm>
#include <climits>
#include <vector>
using namespace std;
int main()
{
vector<int> wormholesStart;
Read more… (121 words)