摘要: # A. 签到啦 排序做就好了 ```cpp #include using namespace std; #define int long long void solve(){ int n , w , res = 0; cin >> n >> w; vector a(n); for( auto & 阅读全文
posted @ 2023-05-22 22:28 PHarr 阅读(142) 评论(0) 推荐(0) 编辑
摘要: # A - Overall Winner ```cpp #include using namespace std; #define int long long int32_t main(){ ios::sync_with_stdio(false); cin.tie(nullptr) , cout.t 阅读全文
posted @ 2023-05-22 15:27 PHarr 阅读(21) 评论(0) 推荐(0) 编辑