質問編集履歴

6

2019/03/06 15:30

投稿

dutilleux
dutilleux

スコア13

test CHANGED
File without changes
test CHANGED
@@ -26,7 +26,7 @@
26
26
 
27
27
  ```
28
28
 
29
- include <iostream>
29
+ #include <iostream>
30
30
 
31
31
  using namespace std;
32
32
 

5

2019/03/06 15:30

投稿

dutilleux
dutilleux

スコア13

test CHANGED
File without changes
test CHANGED
@@ -8,13 +8,17 @@
8
8
 
9
9
  なお発生したエラーメッセージは以下のとおりです。
10
10
 
11
-
11
+ ```
12
12
 
13
13
  Compiling your program...
14
14
 
15
15
  Insufficient compilations. Please get more on Settings tab.
16
16
 
17
17
  ```
18
+
19
+
20
+
21
+
18
22
 
19
23
 
20
24
 

4

2019/03/06 15:29

投稿

dutilleux
dutilleux

スコア13

test CHANGED
File without changes
test CHANGED
@@ -8,7 +8,7 @@
8
8
 
9
9
  なお発生したエラーメッセージは以下のとおりです。
10
10
 
11
- ```
11
+
12
12
 
13
13
  Compiling your program...
14
14
 
@@ -20,15 +20,7 @@
20
20
 
21
21
  ### 該当のソースコード
22
22
 
23
-
24
-
25
- C++で記述してます。
26
-
27
-
28
-
29
- ソースコード
23
+ ```
30
-
31
-
32
24
 
33
25
  include <iostream>
34
26
 
@@ -52,6 +44,10 @@
52
44
 
53
45
 
54
46
 
47
+ ```
48
+
49
+
50
+
55
51
  ### 試したこと
56
52
 
57
53
 

3

2019/03/06 15:29

投稿

dutilleux
dutilleux

スコア13

test CHANGED
File without changes
test CHANGED
@@ -30,7 +30,7 @@
30
30
 
31
31
 
32
32
 
33
- #include <iostream>
33
+ include <iostream>
34
34
 
35
35
  using namespace std;
36
36
 

2

2019/03/06 15:27

投稿

dutilleux
dutilleux

スコア13

test CHANGED
File without changes
test CHANGED
@@ -36,7 +36,7 @@
36
36
 
37
37
 
38
38
 
39
- void main() {
39
+ int main() {
40
40
 
41
41
 
42
42
 

1

2019/03/06 15:24

投稿

dutilleux
dutilleux

スコア13

test CHANGED
File without changes
test CHANGED
@@ -27,6 +27,8 @@
27
27
 
28
28
 
29
29
  ソースコード
30
+
31
+
30
32
 
31
33
  #include <iostream>
32
34