算法模板1. 链式前向星#include<iostream>
using namespace std;
int n,m,u,v,tot,head[1001];
bool vis[1001];
struct edge{
i
2022-05-24