回答編集履歴
1
微修正
answer
CHANGED
@@ -28,10 +28,7 @@
|
|
28
28
|
if ( p != NULL ) *p = '\0';
|
29
29
|
}
|
30
30
|
|
31
|
-
#include<stdio.h>
|
32
|
-
|
33
|
-
int main(void)
|
31
|
+
int main(void) {
|
34
|
-
{
|
35
32
|
char s[21], t[21];
|
36
33
|
int cnt = 0;
|
37
34
|
|