30 lines
No EOL
481 B
C++
30 lines
No EOL
481 B
C++
#pragma once
|
|
|
|
#include "targetver.h"
|
|
|
|
#include <stdio.h>
|
|
#include <tchar.h>
|
|
|
|
#include <stdint.h>
|
|
#include <memory>
|
|
|
|
#include <iostream>
|
|
#include <iomanip>
|
|
#include <fstream>
|
|
#include <string>
|
|
#include <cctype>
|
|
#include <memory>
|
|
#include <thread>
|
|
#include <vector>
|
|
#include <array>
|
|
#include <sstream>
|
|
|
|
using std::vector;
|
|
using std::shared_ptr;
|
|
using std::unique_ptr;
|
|
using std::ios;
|
|
using std::ifstream;
|
|
using std::ofstream;
|
|
using std::wstring;
|
|
using std::exception;
|
|
using std::max; |