We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e747e5c commit 29d496aCopy full SHA for 29d496a
1 file changed
src/alfred/config/fast-io.hpp
@@ -38,7 +38,8 @@ class FastIO {
38
}
39
} __buf;
40
41
-inline void pc(char c) { __buf.pc(c); }
+#define getchar() __buf.nc()
42
+#define putchar(x) __buf.pc(x)
43
44
template <class T>
45
inline void fast_read(T &x) {
0 commit comments