1097 Deduplication on a Linked List (25 point(s))

求解 寫了兩種代碼,不過第一種還是不知道錯在哪,有知道的老鐵麻煩告知一下,謝謝。 #include<iostream> #include<cstdio> #include<vector> #include<cmath> using namespace std; const int MAXN = 1e6; const int MAXM = 1e4 + 10; struct node { int k
相關文章
相關標籤/搜索