#include <iostream>
#include <algorithm>
#include <random>
#include <unordered_map>
#include <unordered_set>
#include <fstream>
#include <set>
#include <cstring>
#include <queue>
#include <memory>
#include <chrono>
#include <iomanip>
#include <functional>
Go to the source code of this file.
|
typedef void | type_dejavu_hook(int, const int *, int, const int *) |
|
typedef std::function< void(int, const int *, int, const int *)> | dejavu_hook |
|
◆ dej_assert
#define dej_assert |
( |
|
expr | ) |
(void)0 |
◆ dej_nodiscard
◆ PRINT
#define PRINT |
( |
|
str | ) |
std::cout << str << std::endl; |
◆ PRINT_NO_NEWLINE
#define PRINT_NO_NEWLINE |
( |
|
str | ) |
std::cout << str << std::flush; |
◆ dejavu_hook
typedef std::function<void(int, const int*, int, const int*)> dejavu_hook |
◆ type_dejavu_hook
typedef void type_dejavu_hook(int, const int *, int, const int *) |