Compile Error

/in/foo.cc: In function 'void mycopy(char*, char*, int, int)':
/in/foo.cc:10:2: error: expected ';' before '}' token
  }
  ^
/in/foo.cc: In function 'int main()':
/in/foo.cc:17:2: warning: 'char* gets(char*)' is deprecated [-Wdeprecated-declarations]
  gets(s1);
  ^~~~
In file included from /usr/include/c++/6/cstdio:42:0,
                 from /usr/include/x86_64-linux-gnu/c++/6/bits/stdc++.h:46,
                 from /in/foo.cc:1:
/usr/include/stdio.h:640:14: note: declared here
 extern char *gets (char *__s) __wur __attribute_deprecated__;
              ^~~~
/in/foo.cc:17:9: warning: 'char* gets(char*)' is deprecated [-Wdeprecated-declarations]
  gets(s1);
         ^
In file included from /usr/include/c++/6/cstdio:42:0,
                 from /usr/include/x86_64-linux-gnu/c++/6/bits/stdc++.h:46,
                 from /in/foo.cc:1:
/usr/include/stdio.h:640:14: note: declared here
 extern char *gets (char *__s) __wur __attribute_deprecated__;
              ^~~~
/in/foo.cc:18:2: warning: 'char* gets(char*)' is deprecated [-Wdeprecated-declarations]
  gets(s2);
  ^~~~
In file included from /usr/include/c++/6/cstdio:42:0,
                 from /usr/include/x86_64-linux-gnu/c++/6/bits/stdc++.h:46,
                 from /in/foo.cc:1:
/usr/include/stdio.h:640:14: note: declared here
 extern char *gets (char *__s) __wur __attribute_deprecated__;
              ^~~~
/in/foo.cc:18:9: warning: 'char* gets(char*)' is deprecated [-Wdeprecated-declarations]
  gets(s2);
         ^
In file included from /usr/include/c++/6/cstdio:42:0,
                 from /usr/include/x86_64-linux-gnu/c++/6/bits/stdc++.h:46,
                 from /in/foo.cc:1:
/usr/include/stdio.h:640:14: note: declared here
 extern char *gets (char *__s) __wur __attribute_deprecated__;
              ^~~~
/in/foo.cc:19:2: warning: 'char* gets(char*)' is deprecated [-Wdeprecated-declarations]
  gets(s3);
  ^~~~
In file included from /usr/include/c++/6/cstdio:42:0,
                 from /usr/include/x86_64-linux-gnu/c++/6/bits/stdc++.h:46,
                 from /in/foo.cc:1:
/usr/include/stdio.h:640:14: note: declared here
 extern char *gets (char *__s) __wur __attribute_deprecated__;
              ^~~~
/in/foo.cc:19:9: warning: 'char* gets(char*)' is deprecated [-Wdeprecated-declarations]
  gets(s3);
         ^
In file included from /usr/include/c++/6/cstdio:42:0,
                 from /usr/include/x86_64-linux-gnu/c++/6/bits/stdc++.h:46,
                 from /in/foo.cc:1:
/usr/include/stdio.h:640:14: note: declared here
 extern char *gets (char *__s) __wur __attribute_deprecated__;
              ^~~~
/in/foo.cc:53:2: error: expected '}' at end of input
  }
  ^

信息

递交者
类型
递交
题目
P1160 字符串查找替换
语言
C++
递交时间
2021-12-05 16:25:26
评测时间
2021-12-05 16:25:26
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes