记录详情

Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:9:1: warning: 'char* gets(char*)' is deprecated [-Wdeprecated-declarations]
 gets(str);
 ^~~~
In file included from /in/foo.cc:1:0:
/usr/include/stdio.h:640:14: note: declared here
 extern char *gets (char *__s) __wur __attribute_deprecated__;
              ^~~~
/in/foo.cc:9:9: warning: 'char* gets(char*)' is deprecated [-Wdeprecated-declarations]
 gets(str);
         ^
In file included from /in/foo.cc:1:0:
/usr/include/stdio.h:640:14: note: declared here
 extern char *gets (char *__s) __wur __attribute_deprecated__;
              ^~~~
/in/foo.cc:17:1: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
 for(i=count-1;i>0;i--)
 ^~~
/in/foo.cc:19:5: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
     printf("%s",str2[0]);
     ^~~~~~
/tmp/ccusLjZi.o: In function `main':
foo.cc:(.text.startup+0x16): warning: the `gets' function is dangerous and should not be used.
# 状态 耗时 内存占用
#1 Wrong Answer 1ms 356.0 KiB

信息

递交者
类型
自测
题目
P1094 xf2-7说反话
语言
C++
递交时间
2024-10-26 23:54:32
评测时间
2024-10-26 23:54:32
评测机
分数
0
总耗时
1ms
峰值内存
356.0 KiB