hexlet-codebattle/codebattle

View on GitHub
services/app/apps/runner/dockers/cpp/check/checker.hpp

Summary

Maintainability
Test Coverage
#ifndef CHECKER_HPP
#define CHECKER_HPP

#include <iostream>
#include <string>
#include <sstream>
#include <vector>
#include <chrono>
#include <map>

#include "../json.hpp"
#include "../fifo_map.hpp"

#endif