首页
Python
Java
前端
数据库
Linux
Chatgpt专题
开发者工具箱
5367专题
【HDU】5367 digger【动态线段树】
传送门: 【HDU】5367 digger my code: my~~code: #include <stdio.h>#include <string.h>#include <algorithm>using namespace std ;typedef long long LL ;#define clr( a , x ) memset ( a , x , sizeof a )cons
阅读更多...