Skip to content

Commit 2f66a2f

Browse files
Update Template.cpp
1 parent 3eb5ec7 commit 2f66a2f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

头文件及测试/Template.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,9 @@ signed main () {
153153
fr("/Users/zhangqingchuan/Desktop/cp/cp/input.txt");
154154
fw("/Users/zhangqingchuan/Desktop/cp/cp/output.txt");
155155
#endif
156+
ios::sync_with_stdio (false);
157+
cin.tie (nullptr);
158+
cout.tie (nullptr);
156159

157160

158161
int t = 1;

0 commit comments

Comments
 (0)