Skip to content

Commit 6fd6dd4

Browse files
Update Bugged Explanation.txt
1 parent 6a11567 commit 6fd6dd4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Contests/AtCoder Beginner Contest 063/Explanations/Bugged Explanation.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
Case 1 - S is a multiple of 10
1+
Case 1 - S is not a multiple of 10
22

33
Then, the answer is S
44

5-
Case 2 - S is not a multiple of 10
5+
Case 2 - S is a multiple of 10
66

77
Then the answer is S - smallest non_multiple
88

@@ -35,4 +35,4 @@ int main()
3535
printf("%d\n", sum);
3636

3737
return 0;
38-
}
38+
}

0 commit comments

Comments
 (0)