回答編集履歴
1
コードの修正
answer
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
```c
|
3
3
|
#include <stdio.h>
|
4
4
|
|
5
|
-
#define SIZE
|
5
|
+
#define SIZE 10
|
6
6
|
|
7
7
|
void print(int search, int array[], int comp(int, int), const char *msg)
|
8
8
|
{
|