質問編集履歴

3

2016/07/06 07:59

投稿

monamona154
monamona154

スコア13

test CHANGED
File without changes
test CHANGED
@@ -6,9 +6,9 @@
6
6
 
7
7
  ```#include <stdio.h>
8
8
 
9
- ```#include <stdlib.h>
9
+ #include <stdlib.h>
10
-
10
+
11
- ```#define VALUE_SIZE (1 * 1024 * 1024)
11
+ #define VALUE_SIZE (1 * 1024 * 1024)
12
12
 
13
13
 
14
14
 
@@ -208,7 +208,13 @@
208
208
 
209
209
  exit(0);
210
210
 
211
+ }
212
+
211
- }```
213
+ ```
214
+
215
+
216
+
217
+
212
218
 
213
219
 
214
220
 

2

2016/07/06 07:58

投稿

monamona154
monamona154

スコア13

test CHANGED
File without changes
test CHANGED
@@ -6,11 +6,9 @@
6
6
 
7
7
  ```#include <stdio.h>
8
8
 
9
- #include <stdlib.h>
9
+ ```#include <stdlib.h>
10
-
11
-
12
-
10
+
13
- #define VALUE_SIZE (1 * 1024 * 1024)
11
+ ```#define VALUE_SIZE (1 * 1024 * 1024)
14
12
 
15
13
 
16
14
 

1

2016/07/06 07:58

投稿

monamona154
monamona154

スコア13

test CHANGED
File without changes
test CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
 
6
6
 
7
- #include <stdio.h>
7
+ ```#include <stdio.h>
8
8
 
9
9
  #include <stdlib.h>
10
10
 
@@ -210,7 +210,7 @@
210
210
 
211
211
  exit(0);
212
212
 
213
- }
213
+ }```
214
214
 
215
215
 
216
216