implement read() and print() functions for easier I/O
This commit is contained in:
parent
a994e7d10d
commit
11b6ae9729
7 changed files with 67 additions and 38 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue