質問編集履歴
3
タグの修正
title
CHANGED
|
File without changes
|
body
CHANGED
|
File without changes
|
2
コードを挿入しました(書き方の変更)
title
CHANGED
|
File without changes
|
body
CHANGED
|
@@ -17,8 +17,8 @@
|
|
|
17
17
|
Microsoft Visual Studio Community 2019
|
|
18
18
|
Version 16.4.3
|
|
19
19
|
|
|
20
|
-
ソースコード
|
|
21
20
|
```
|
|
21
|
+
```
|
|
22
22
|
#include <stdio.h>
|
|
23
23
|
#include <math.h>
|
|
24
24
|
|
|
@@ -53,6 +53,7 @@
|
|
|
53
53
|
return 0;
|
|
54
54
|
}
|
|
55
55
|
|
|
56
|
+
```
|
|
56
57
|
|
|
57
58
|
### 試したこと
|
|
58
59
|
インターネットで調べたが,わからなかった.
|
1
タグの修正
title
CHANGED
|
File without changes
|
body
CHANGED
|
File without changes
|