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 6d87a27

Browse files
Zuchen LiuZuchen Liu
Zuchen Liu
authored and
Zuchen Liu
committed
case 0012 bug fix
1 parent 16934aa commit 6d87a27

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎0012_roman_numeral/roman_numeral.c‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,8 @@ static char *intToRoman(int num)
8282
num2char(&p, hundred_bit, 2);
8383
num2char(&p, ten_bit, 1);
8484
num2char(&p, one_bit, 0);
85-
85+
*p = '0円';
86+
8687
return roman_numeral;
8788
}
8889

0 commit comments

Comments
(0)

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