C - Catch That Cow
本题是bfs的应用,将所有的满足情况置入队列之中,然后再判断是否到达终点(满足条件)就行,注意本题不能使用stack来储存,只能使用queue#include#include#include#include#includeusing namespace std;int n,k,cnt;const int maxn=200000+100;int vis[maxn];struct