#include <string>
#include <sstream>
#include <vector>
#include <utility>
#include <iostream>
#include <fstream>
#include <boost/filesystem.hpp>
#include <map>
Go to the source code of this file.
|
typedef long long | ll |
|
typedef unsigned long long | ull |
|
typedef std::vector< std::pair< ll, ll > > | vll |
|
typedef unsigned long long ull |
typedef std::vector<std::pair<ll,ll> > vll |
void createAndRemoveDir |
( |
| ) |
|
void printProcess |
( |
ull |
index, |
|
|
ull |
size, |
|
|
std::string |
str |
|
) |
| |
void removeFilesInDirectory |
( |
std::string |
path | ) |
|
std::vector<std::string> split |
( |
const std::string & |
s, |
|
|
char |
delim |
|
) |
| |
template<typename Out >
void split |
( |
const std::string & |
s, |
|
|
char |
delim, |
|
|
Out |
result |
|
) |
| |