remove iostream header

This commit is contained in:
李为 2024-12-03 15:03:55 +08:00
parent 07c7ff3e4a
commit b86cdedb7e

View file

@ -39,12 +39,12 @@
#include <sstream>
#include <cinttypes>
#include <limits>
#include <iostream>
// #include <iostream>
// #include <fstream>
// #include <fstream>
using std::cout;
using std::endl;
// using std::cout;
// using std::endl;
#define LOG_INF(...) do { fprintf(stdout, __VA_ARGS__); } while (0)
#define LOG_WRN(...) do { fprintf(stderr, __VA_ARGS__); } while (0)