Skip to content

Commit 00d99af

Browse files
authored
💡 File Input Output added
1 parent 2ddc07d commit 00d99af

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

codesnippet.cpp

+4-1
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@ void main_code()
5959

6060
signed main()
6161
{
62+
// freopen("input.txt", "r", stdin);
63+
// freopen("output.txt", "w", stdout);
64+
6265
if(FASTIO)
6366
{
6467
ios_base::sync_with_stdio(false);
@@ -72,4 +75,4 @@ signed main()
7275
while(T--)
7376
main_code();
7477

75-
}
78+
}

0 commit comments

Comments
 (0)