Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit a2a1857

Browse files
Add comments to ios sync and cin tie calls
1 parent 2449018 commit a2a1857

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎A_Coins.cpp‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ using namespace std;
33

44
int main()
55
{
6-
ios::sync_with_stdio(0);
7-
cin.tie(0);
6+
ios::sync_with_stdio(0);// ==>
7+
cin.tie(0);// ==>
88
int t;
99
cin >> t;
1010
while (t--)
@@ -21,4 +21,4 @@ int main()
2121
}
2222
}
2323
return 0;
24-
}
24+
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /