去除不必要的库引用

This commit is contained in:
Wang Zhiyu 2022-05-21 17:05:09 +08:00 committed by GitHub
parent 608675e567
commit bbf3a4eb6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
// file_reader.cpp
// LICENSE: MIT
#include <bits/stdc++.h>
#include <iostream>
using namespace std;
int main(int argc, char *argv[]){