implement read() and print() functions for easier I/O

This commit is contained in:
Johannes Kapfhammer 2019-10-10 14:05:52 +02:00
parent a994e7d10d
commit 11b6ae9729
7 changed files with 67 additions and 38 deletions

View file

@ -74,9 +74,11 @@ soi_initializer soi_initializer_{false};
} // end namespace soi
#include "bits/soi-deprecate.hpp"
#include "bits/soi-io.hpp"
#include "bits/include-all.hpp"
#include "bits/soi-deprecate.hpp"
#define int int64_t
using namespace std;