广播消息


使用cin读入的同学请关闭同步流2024-11-17 15:19:40

``` int main() { ios::sync_with_stdio(0); cin.tie(0); // your code return 0; } ```

本次周赛题目难度顺序打乱2024-11-17 15:11:23

**本次周赛题目难度顺序打乱,校赛难度也是打乱的**