Skip to content

Commit 5966389

Browse files
authored
Update binarylifting1.cpp
1 parent 3baffd9 commit 5966389

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

binarylifting1.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,10 +134,10 @@ signed main ()
134134
{
135135
#ifndef ONLINE_JUDGE
136136
freopen("input.txt","r",stdin) ;
137-
freopen("output.txt","w",stdout) ;
137+
freopen("output.txt","w",stdout) ;
138138
#endif
139139

140-
fast_io();
140+
fast_io();
141141
int t = 1 ;
142142
// cin >> t ;
143143
while (t--) solve() ;

0 commit comments

Comments
 (0)