回答編集履歴

1

typo修正

2020/01/08 10:29

投稿

y_waiwai
y_waiwai

スコア88163

test CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
 
8
8
 
9
- int dec=((hex>>4)&0xf)*10+(hex&4);
9
+ int dec=((hex>>4)&0xf)*10+(hex&0xf);
10
10
 
11
11
 
12
12