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 131fac0

Browse files
Fix comment formatting in A_Draw_a_Square.cpp
1 parent 7b25634 commit 131fac0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎A_Draw_a_Square.cpp‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ int main()
1212
{
1313
int l, r, d, u;
1414
cin >> l >> r >> d >> u;
15-
16-
if (l == r && d == u)
15+
// ==>
16+
if (l == r && d == u)// ==>
1717
cout << "Yes\n";
1818
else
1919
cout << "No\n";

0 commit comments

Comments
(0)

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