質問編集履歴

1

コードの挿入

2022/06/25 02:04

投稿

j.m.bts
j.m.bts

スコア22

test CHANGED
File without changes
test CHANGED
@@ -1,3 +1,5 @@
1
+ ```C
2
+ コード
1
3
  #include <stdio.h>
2
4
  #include <stdlib.h>
3
5
 
@@ -55,5 +57,3 @@
55
57
  printf("\n");
56
58
  return 0;
57
59
  }
58
- 足し算の結果や逆数にした時の値を約分した状態で表示したいのですが約分されません。
59
- どうすればよいでしょうか。