摘要: https://codeforces.com/contest/1838/problem/D 都在代码里了 const int INF = 1e9; struct Info{//定义一个结构体 int mn; Info() : mn(INF) {}//调用这个自定义函数就把mn变成极大值 Info(i 阅读全文
posted @ 2024-10-22 13:44 niiiiiiiii 阅读(4) 评论(0) 推荐(0)