摘要:
题目 显然,彼佳所做的 \(a\) 件家务中最简单的家务的复杂度,和瓦西亚所做的 \(b\) 件家务中最难的家务的复杂度之差,就是 \(x\) 。 C++ #include<bits/stdc++.h> using namespace std; int n; int f[2005]; int a,b 阅读全文
摘要:
题目 The first line contains a non-empty string \(s\) with length at most \(50\) characters, containing lowercase English letters only. 数据范围比较小,这里就直接上 \ 阅读全文