// 嘘解法05 #include #include using namespace std; typedef unsigned long long ull; int main() { ull N, M; cin >> N >> M; vector is_appeared(N); for(ull i=0; i