From 8a241fe1544cda01caafbc2bd05b047615672a04 Mon Sep 17 00:00:00 2001 From: pajjilykk Date: Wed, 6 May 2026 08:50:16 +0700 Subject: [PATCH] remove some incldes --- 1/main.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/1/main.cpp b/1/main.cpp index 0875337..4ccb302 100644 --- a/1/main.cpp +++ b/1/main.cpp @@ -1,5 +1,4 @@ #include -#include #include #include #include @@ -7,10 +6,8 @@ #include #include #include -#include #include #include -#include constexpr int NIL = -1; // маркер пустого указателя constexpr int MAX_PROCS = 1024; // лимит ячеек для результатов