【题解】[牛客网NOIP赛前集训营-提高组(第三场)]B.公平竞赛 bfs

题目链接 #include<cstdio> #include<cstring> #include<queue> #include<algorithm> using namespace std; inline int read() { int s=0,f=0;char ch=getchar(); while(ch<'0'||ch>'9')f|=ch=='-',ch=getchar(); whi
相关文章
相关标签/搜索