We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10d3025 commit 880a9b9Copy full SHA for 880a9b9
src/class174/Code02_MagicGirl2.java
@@ -44,7 +44,7 @@
44
// }
45
// template <typename T>
46
// inline void writeInt(T x, char end = '\n') {
47
-// if (op > obuf + SZ - 64) flush();
+// if (op > obuf + SZ - 256) flush();
48
// if (x == 0) { *op++ = '0'; *op++ = end; return; }
49
// if (x < 0) { *op++ = '-'; x = -x; }
50
// char s[24]; int n = 0;
0 commit comments