记录详情

Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:19:9: warning: 'char* gets(char*)' is deprecated [-Wdeprecated-declarations]
   19 |     gets(a);
      |     ~~~~^~~
In file included from /usr/include/c++/12/cstdio:42,
                 from /usr/include/c++/12/ext/string_conversions.h:43,
                 from /usr/include/c++/12/bits/basic_string.h:3960,
                 from /usr/include/c++/12/string:53,
                 from /usr/include/c++/12/bits/locale_classes.h:40,
                 from /usr/include/c++/12/bits/ios_base.h:41,
                 from /usr/include/c++/12/ios:42,
                 from /usr/include/c++/12/ostream:38,
                 from /usr/include/c++/12/iostream:39,
                 from /in/foo.cc:1:
/usr/include/stdio.h:605:14: note: declared here
  605 | extern char *gets (char *__s) __wur __attribute_deprecated__;
      |              ^~~~
/in/foo.cc: In function 'int jishu(char*, int)':
/in/foo.cc:11:12: warning: 'x' may be used uninitialized [-Wmaybe-uninitialized]
   11 |     return x;
      |            ^
/in/foo.cc:6:13: note: 'x' was declared here
    6 | {       int x;
      |             ^
/in/foo.cc: In function 'int main()':
/in/foo.cc:21:22: warning: 'x' may be used uninitialized [-Wmaybe-uninitialized]
   21 |     cout<<x-jishu(a,n);
      |                      ^
/in/foo.cc:6:13: note: 'x' was declared here
    6 | {       int x;
      |             ^
/usr/bin/ld: /tmp/ccAGDTGI.o: in function `main':
foo.cc:(.text.startup+0x2f): warning: the `gets' function is dangerous and should not be used.
# 状态 耗时 内存占用
#1 Wrong Answer 2ms 504.0 KiB
#2 Wrong Answer 1ms 480.0 KiB
#3 Wrong Answer 1ms 344.0 KiB
#4 Wrong Answer 1ms 492.0 KiB
#5 Wrong Answer 1ms 336.0 KiB

信息

递交者
类型
递交
题目
P1095 xf2-8大写字母个数
比赛
2025年春 南师大《程序设计与竞赛》作业赛第四场
语言
C++
递交时间
2025-03-28 22:24:02
评测时间
2025-03-28 22:24:02
评测机
分数
0
总耗时
9ms
峰值内存
504.0 KiB