docs(P7914): 移除冗余的long long类型注释

This commit is contained in:
Zengtudor 2025-09-26 12:32:50 +08:00
parent 929a5ed188
commit e8ed12ddcd

View File

@ -5,7 +5,6 @@
using namespace std;
// 使用 long long 防止中间结果溢出
using ll = long long;
const int MOD = 1e9 + 7;