摘要:
# 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
阅读(170)
评论(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
阅读(33)
评论(0)
推荐(0)

浙公网安备 33010602011771号