移除未使用的头文件 <climits>

This commit is contained in:
Zengtudor 2025-07-23 11:41:46 +08:00
parent 767c57290d
commit 20c25f9c52

View File

@ -6,7 +6,6 @@ solution of https://www.luogu.com.cn/problem/T637677
#include <iostream>
#include <vector>
#include <cmath>
#include <climits>
#include <algorithm>
using namespace std;