質問編集履歴
1
追記
title
CHANGED
File without changes
|
body
CHANGED
@@ -25,6 +25,7 @@
|
|
25
25
|
```C
|
26
26
|
#include<stdio.h>
|
27
27
|
#include<stdlib.h>
|
28
|
+
#include<string.h>
|
28
29
|
#define line 100
|
29
30
|
|
30
31
|
int main() {
|