diff --git a/include/bits/soi-io.hpp b/include/bits/soi-io.hpp index 4e8acfb..14ba043 100644 --- a/include/bits/soi-io.hpp +++ b/include/bits/soi-io.hpp @@ -19,7 +19,7 @@ std::tuple read() { return std::tuple{read(), read(), read(), read()...}; } -int read_int() { return read(); } +int64_t read_int() { return read(); } char read_char() { return read(); } double read_double() { return read(); } std::string read_string() { return read(); }