remove some imports

This commit is contained in:
2026-05-06 09:21:42 +07:00
parent 8a241fe154
commit a9d2613679
-2
View File
@@ -1,12 +1,10 @@
#include <iostream>
#include <vector>
#include <iomanip>
#include <algorithm>
#include <random>
#include <pthread.h>
#include <sys/time.h>
#include <unistd.h>
#include <sstream>
constexpr int NIL = -1; // Маркер конца списка (аналог nullptr для индексов)