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 5e15bfa

Browse files
plz accept bro
1 parent dc0dfda commit 5e15bfa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎Algorithms/Recursion/tower_of_hanoi.c‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ void tower_of_hanoi(int n, char from, char to, char temp) {
1313
}
1414

1515
int main() {
16-
int n;scanf("%d", &n);
17-
16+
int n;
17+
scanf("%d", &n);
1818
tower_of_hanoi(n, 'A', 'C', 'B');
1919
return 0;
20-
}
20+
}

0 commit comments

Comments
(0)

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