这名用户暂未设置签名。
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
在讨论《一道蓝水题》回复:
@[chrispang](/user/786127) 降好了
在讨论《一道蓝水题》回复:
```cpp bool chk(){ ll kon=0; while(kong>2){ cnt+=kong/3; if(cnt>=n)return true; kon=kong%3; kong/=3; kong+=kon; } //经过优化的操作,快在/=运算 // while(kong>2){ // if(cnt>=…
在讨论《一道蓝水题》回复:
二分能满足喝够$n$瓶饮料的买的最小饮料数
在讨论《一道蓝水题》回复:
```cpp bool chk(){ ll kon=0; while(kong>2){ cnt+=kong/3; if(cnt>=n)return true; kon=kong%3; kong/=3; kong+=kon; } // while(kong>2){ // if(cnt>=n)return true; //…
在讨论《一道蓝水题》回复:
@[youyou_2025](/user/1312758) 二分优化
```cpp #include using namespace std; int main(){ ios::sync_with_stdio(false); cin.tie(nullptr); int x,y; cin>>x>>y; string z; for(int i=1;i<=x;i++){ string s=to…