记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:22:5: warning: 'char* gets(char*)' is deprecated [-Wdeprecated-declarations]
     gets(a);
     ^~~~
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:22:11: warning: 'char* gets(char*)' is deprecated [-Wdeprecated-declarations]
     gets(a);
           ^
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:23:5: warning: 'char* gets(char*)' is deprecated [-Wdeprecated-declarations]
     gets(b);
     ^~~~
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:23:11: warning: 'char* gets(char*)' is deprecated [-Wdeprecated-declarations]
     gets(b);
           ^
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:21:30: warning: unused variable 'r' [-Wunused-variable]
     char a[MAX_N], b[MAX_N], r[2 * MAX_N];
                              ^
/tmp/ccFc3Tb8.o: In function `main':
foo.cc:(.text.startup+0x15): warning: the `gets' function is dangerous and should not be used.
# 状态 耗时 内存占用
#1 Accepted 1ms 364.0 KiB
#2 Accepted 1ms 376.0 KiB
#3 Accepted 1ms 376.0 KiB
#4 Accepted 1ms 336.0 KiB
#5 Accepted 1ms 380.0 KiB

信息

递交者
类型
递交
题目
A8-4 字符串的连接函数
比赛
南师大(含泰州学院)2024年新生赛(第二场之预赛)
语言
C++
递交时间
2024-08-24 15:48:44
评测时间
2024-08-24 15:48:44
评测机
分数
100
总耗时
7ms
峰值内存
380.0 KiB