質問編集履歴
1
コードの部分を修正しました。ご確認ください
title
CHANGED
File without changes
|
body
CHANGED
@@ -22,8 +22,6 @@
|
|
22
22
|
|
23
23
|
以下ソースコードです。
|
24
24
|
```
|
25
|
-
ソースコード
|
26
|
-
```
|
27
25
|
#include <xc.h>
|
28
26
|
#include<stdlib.h>
|
29
27
|
#include<math.h>
|
@@ -283,4 +281,5 @@
|
|
283
281
|
|
284
282
|
}
|
285
283
|
return;
|
286
|
-
}
|
284
|
+
}
|
285
|
+
```
|