【CodeForces】CodeForces Round #464 (Div. 2) 題解

【比賽連接】c++ 點擊打開連接 【題解連接】git 點擊打開連接 【A】Love Triangle數組 【思路要點】函數 按照題意尋找三角形便可。即若存在一個點\(i\)使得\(f[f[f[i]]]==i\),答案爲Yes,不然爲No。 時間複雜度\(O(N)\)。 【代碼】優化 #include<bits/stdc++.h> using namespace std; const int MAX
相關文章
相關標籤/搜索