#include <iostream>
#include <vector>
#include <memory.h>
using namespace std;
#define maxx 1111
int n, m, k;
vector<int>G[maxx];
int vis[maxx];
int now;
void DFS(int u)
{
if (u == now)
PAT A1013 Battle Over Cities(测试点4超时,将输入输出更改即可)
最新推荐文章于 2022-03-09 22:05:31 发布