質問編集履歴
1
コードを見やすくしました
title
CHANGED
File without changes
|
body
CHANGED
@@ -6,6 +6,7 @@
|
|
6
6
|
コンパイルは「paiza.LO」のサイトで行いました。
|
7
7
|
よろしくお願いします。
|
8
8
|
|
9
|
+
```C
|
9
10
|
#include <stdio.h>
|
10
11
|
#include <math.h>
|
11
12
|
|
@@ -48,4 +49,5 @@
|
|
48
49
|
g =2*z*z*y/(4*m*e*ma*pow(r,3));
|
49
50
|
|
50
51
|
return(g);
|
51
|
-
}
|
52
|
+
}
|
53
|
+
```
|