質問編集履歴

1

コード入力ミス

2020/05/27 14:22

投稿

katouu
katouu

スコア2

test CHANGED
File without changes
test CHANGED
@@ -18,11 +18,7 @@
18
18
 
19
19
  double f = e/14;
20
20
 
21
- double g =f*100;
22
-
23
- double h =g/100;
24
-
25
- printf("%4.2lf",h);
21
+ printf("%4.2lf",f);
26
22
 
27
23
 
28
24