質問編集履歴
1
ソースコードの一部が欠けていました
title
CHANGED
File without changes
|
body
CHANGED
@@ -28,6 +28,12 @@
|
|
28
28
|
### 該当のソースコード
|
29
29
|
|
30
30
|
```c
|
31
|
+
#include <stdio.h>
|
32
|
+
#include <stdlib.h>
|
33
|
+
#include <windows.h>
|
34
|
+
#define SIZE 100
|
35
|
+
#define COUNT 1100
|
36
|
+
|
31
37
|
int main() {
|
32
38
|
long start_time, end_time;
|
33
39
|
double process_time;
|