質問編集履歴

1

ソースコードを見やすく変更しました。

2019/07/19 06:49

投稿

oidatoho
oidatoho

スコア12

test CHANGED
File without changes
test CHANGED
@@ -1,4 +1,4 @@
1
- ### 前提・実現したいこと
1
+ 前提・実現したいこと
2
2
 
3
3
 
4
4
 
@@ -40,19 +40,19 @@
40
40
 
41
41
  C言語です。 環境はLinuxです。
42
42
 
43
- すいません。#を使うと文字が大きくなってしまうので、include前の#は省略しています。
44
-
45
43
 
46
44
 
47
45
  ソースコード
48
46
 
49
47
 
50
48
 
51
- include <mpi.h>
49
+ ```
52
50
 
53
- include <math.h>
51
+ #include <mpi.h>
54
52
 
53
+ #include <math.h>
54
+
55
- include<stdio.h>
55
+ #include<stdio.h>
56
56
 
57
57
 
58
58