質問編集履歴
1
title
CHANGED
File without changes
|
body
CHANGED
@@ -44,7 +44,7 @@
|
|
44
44
|
|
45
45
|
のようになり、x1=1、x=2、x3=5が得られません。
|
46
46
|
|
47
|
-
♯include<stdio.h>
|
47
|
+
“♯include<stdio.h>
|
48
48
|
♯include<math.h>
|
49
49
|
♯define eps 1.e-5
|
50
50
|
int main(void)
|
@@ -105,4 +105,6 @@
|
|
105
105
|
return 0;
|
106
106
|
}
|
107
107
|
|
108
|
+
”
|
109
|
+
|
108
110
|
御指摘いただきたいです。
|