Skip to content

Instantly share code, notes, and snippets.

#include <iostream>
#include <vector>
#include <queue>
// https://www.hackerrank.com/challenges/bfsshortreach
using namespace std;
long long int dist[1001]={0};