Skip to content

Commit 880a9b9

Browse files
committed
modify code
1 parent 10d3025 commit 880a9b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/class174/Code02_MagicGirl2.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
// }
4545
// template <typename T>
4646
// inline void writeInt(T x, char end = '\n') {
47-
// if (op > obuf + SZ - 64) flush();
47+
// if (op > obuf + SZ - 256) flush();
4848
// if (x == 0) { *op++ = '0'; *op++ = end; return; }
4949
// if (x < 0) { *op++ = '-'; x = -x; }
5050
// char s[24]; int n = 0;

0 commit comments

Comments
 (0)