質問編集履歴
6
title
CHANGED
File without changes
|
body
CHANGED
@@ -12,7 +12,7 @@
|
|
12
12
|
|
13
13
|
### 該当のソースコード
|
14
14
|
```
|
15
|
-
include <iostream>
|
15
|
+
#include <iostream>
|
16
16
|
using namespace std;
|
17
17
|
|
18
18
|
int main() {
|
5
title
CHANGED
File without changes
|
body
CHANGED
@@ -3,11 +3,13 @@
|
|
3
3
|
|
4
4
|
|
5
5
|
なお発生したエラーメッセージは以下のとおりです。
|
6
|
-
|
6
|
+
```
|
7
7
|
Compiling your program...
|
8
8
|
Insufficient compilations. Please get more on Settings tab.
|
9
9
|
```
|
10
10
|
|
11
|
+
|
12
|
+
|
11
13
|
### 該当のソースコード
|
12
14
|
```
|
13
15
|
include <iostream>
|
4
title
CHANGED
File without changes
|
body
CHANGED
@@ -3,17 +3,13 @@
|
|
3
3
|
|
4
4
|
|
5
5
|
なお発生したエラーメッセージは以下のとおりです。
|
6
|
-
|
6
|
+
|
7
7
|
Compiling your program...
|
8
8
|
Insufficient compilations. Please get more on Settings tab.
|
9
9
|
```
|
10
10
|
|
11
11
|
### 該当のソースコード
|
12
|
-
|
13
|
-
C++で記述してます。
|
14
|
-
|
15
|
-
|
12
|
+
```
|
16
|
-
|
17
13
|
include <iostream>
|
18
14
|
using namespace std;
|
19
15
|
|
@@ -25,6 +21,8 @@
|
|
25
21
|
|
26
22
|
}
|
27
23
|
|
24
|
+
```
|
25
|
+
|
28
26
|
### 試したこと
|
29
27
|
|
30
28
|
初心者でデタラメやってるかもしれません。
|
3
title
CHANGED
File without changes
|
body
CHANGED
@@ -14,7 +14,7 @@
|
|
14
14
|
|
15
15
|
ソースコード
|
16
16
|
|
17
|
-
|
17
|
+
include <iostream>
|
18
18
|
using namespace std;
|
19
19
|
|
20
20
|
int main() {
|
2
title
CHANGED
File without changes
|
body
CHANGED
@@ -17,7 +17,7 @@
|
|
17
17
|
#include <iostream>
|
18
18
|
using namespace std;
|
19
19
|
|
20
|
-
|
20
|
+
int main() {
|
21
21
|
|
22
22
|
int a = 2 ;
|
23
23
|
|
1
title
CHANGED
File without changes
|
body
CHANGED
@@ -13,6 +13,7 @@
|
|
13
13
|
C++で記述してます。
|
14
14
|
|
15
15
|
ソースコード
|
16
|
+
|
16
17
|
#include <iostream>
|
17
18
|
using namespace std;
|
18
19
|
|