摘要:
A - Circle #include<bits/stdc++.h> using namespace std; const int N = 1e6 + 5; typedef long long LL; int r; int main(){ cin >> r; cout << r * r << end 阅读全文
摘要:
[kuangbin带你飞]专题二十二 区间DP ZOJ 3537 Cake 判断闭包+最优三角划分 注意是用求出的闭包来算转移 #include <bits/stdc++.h> using namespace std; const int INF = 0x3f3f3f3f; int m,f[400] 阅读全文