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 2449018

Browse files
Fix formatting issues in input handling
1 parent 979812a commit 2449018

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎A_Cards_for_Friends.cpp‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ using namespace std;
44
int main()
55
{
66
int t;
7-
cin >> t;
8-
while (t--)
7+
cin >> t;// ==>
8+
while (t--)// ==>
99
{
1010
long long w, h, n;
1111
cin >> w >> h >> n;

0 commit comments

Comments
(0)

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