Gracefull down of c++ standart version

Add stress-test shell script
This commit is contained in:
2025-05-01 02:36:10 +03:00
parent 787164f086
commit 12d5ca5d41
4 changed files with 18 additions and 4 deletions

View File

@@ -7,6 +7,7 @@
#define MAZE_HPP
#include <vector>
#include <algorithm>
#include <unordered_map>
#include <ctime>
#include <climits>
@@ -44,7 +45,7 @@ private:
};
public:
bool test_mode; ///< Флаг тестового режима (без ограничения ходов).
/*! Создаёт лабиринт.
@details Инициализирует граф лабиринта, добавляет случайные стены и задаёт количество ходов.
@param flag Флаг тестового режима (true — без ограничения ходов).