E2. Three Blocks Palindrome (hard version) (貪心&暴力)

E2. Three Blocks Palindrome (hard version) (貪心&暴力) 題目傳送門c++ 思路: web AC代碼:svg #include<bits/stdc++.h> using namespace std; int main(){ int t,n; scanf("%d",&t); while(t--){ scanf("%d",&n); vector
相關文章
相關標籤/搜索