mirror of
https://gitcode.com/Zengtudor/alg2025.git
synced 2025-08-31 23:41:41 +00:00
refactor(P1896.cpp): 移除未使用的头文件以简化代码
移除<cstdio>和<string>头文件,这些在当前实现中未被使用,减少不必要的依赖
This commit is contained in:
parent
88a1760e0d
commit
522e869e7b
@ -1,10 +1,8 @@
|
||||
#include <cstdint>
|
||||
#include <cstdio>
|
||||
#include <cstdlib>
|
||||
#include <cstring>
|
||||
#include <iostream>
|
||||
#include <istream>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
using ll = int64_t;
|
||||
|
Loading…
Reference in New Issue
Block a user