摘要: T1 solution 先特判买不够 \(a\) 瓶和能买无限瓶的两种情况。 接着一直买 \(a\) 瓶,直到买不够为止。 (签到题竟然挂了) code #include<bits/stdc++.h> #define ll long long using namespace std; int t; 阅读全文
posted @ 2025-08-11 21:08 TimeSpacerui 阅读(7) 评论(0) 推荐(0)