回答編集履歴
1
微修正
answer
CHANGED
@@ -1,6 +1,5 @@
|
|
1
1
|
```C
|
2
2
|
#include <stdio.h>
|
3
|
-
#include <string.h>
|
4
3
|
#define NUMBER 101
|
5
4
|
|
6
5
|
char* delete(char* str, const char* pattern) {
|