20 lines
402 B
C
20 lines
402 B
C
|
#include <iostream>
|
||
|
#include <bitset>
|
||
|
#include <cstdlib>
|
||
|
#include <time.h>
|
||
|
#include <vector>
|
||
|
#include <algorithm>
|
||
|
|
||
|
|
||
|
using namespace std;
|
||
|
|
||
|
#include "header/input.h"
|
||
|
#include "header/solve.h"
|
||
|
#include "header/output.h"
|
||
|
|
||
|
#include "functions/input/input.cpp"
|
||
|
#include "functions/solve/classExtension.cpp"
|
||
|
#include "functions/solve/structure.cpp"
|
||
|
#include "functions/output/output.cpp"
|
||
|
|