This commit is contained in:
Oleg Kalachev
2023-05-26 16:24:19 +03:00
parent c1aa0d9869
commit 88cc792287
3 changed files with 1 additions and 47 deletions

View File

@@ -7,14 +7,12 @@
#pragma once
#include <iostream>
#include <cmath>
#include <string>
#include <stdio.h>
#include <unistd.h>
#include <sys/poll.h>
using std::cout;
using std::max;
using std::min;
using std::isfinite;