这名用户暂未设置签名。
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
在讨论《Max的值为什么不能设置成INT_MIN》回复:
@[llamn](luogu://user/1038651) 非常感谢 明白了
```cpp #include using namespace std; int n,x,b=-1,cnt,Max=INT_MIN; int main(){ cin>>n; for(int i=1;i >x; if(x==b+1){ cnt++; if(cnt>Max) Max=cnt; } else{ cnt=1;…