摘要:
题目描述 n个显示器排成一排,第i个显示器能显示$s[i]$个字,价格为$c[i]$,选出三个编号为$i using namespace std; const int maxn = 3005; const long long inf = 0x3f3f3f3f3f3f3f3f; typedef lon 阅读全文
摘要:
题目链接:http://codeforces.com/contest/839/problem/B cpp include include include include include using namespace std; const int maxn = 100 + 5; int n, k; 阅读全文