質問編集履歴
1
書式の訂正
title
CHANGED
File without changes
|
body
CHANGED
@@ -6,8 +6,6 @@
|
|
6
6
|
### 該当のソースコード
|
7
7
|
|
8
8
|
```c++
|
9
|
-
コード
|
10
|
-
```
|
11
9
|
#include<iostream>
|
12
10
|
#include<time.h>
|
13
11
|
using namespace std;
|
@@ -21,6 +19,9 @@
|
|
21
19
|
cout<<rand()%(6-1+1)+1<<endl;
|
22
20
|
}
|
23
21
|
}
|
22
|
+
```
|
23
|
+
#include<iostream>
|
24
|
+
#include<time.h>
|
24
25
|
|
25
26
|
|
26
27
|
### 試したこと
|