记录详情

Wrong Answer

foo.c: In function 'main':
foo.c:15:2: warning: 'gets' is deprecated [-Wdeprecated-declarations]
  gets(s);
  ^~~~
In file included from /usr/include/stdio.h:862:0,
                 from foo.c:1:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:232:1: note: declared here
 gets (char *__str)
 ^~~~
foo.c:15:2: warning: ignoring return value of 'gets', declared with attribute warn_unused_result [-Wunused-result]
  gets(s);
  ^~~~~~~
foo.c:41:7: warning: 'flag' may be used uninitialized in this function [-Wmaybe-uninitialized]
  while(flag)
       ^
/tmp/ccjcwMQS.o: In function `main':
foo.c:(.text.startup+0x2d): warning: the `gets' function is dangerous and should not be used.
正在同步测试数据,请稍后
# 状态 耗时 内存占用
#1 Wrong Answer Read {0}, expect {1}. ["62","63"] 1ms 396.0 KiB
#2 Wrong Answer Read {0}, expect {1}. ["5","30"] 0ms 256.0 KiB
#3 Wrong Answer Read {0}, expect {1}. ["10","38"] 0ms 256.0 KiB
#4 Wrong Answer Read {0}, expect {1}. ["10","126"] 0ms 256.0 KiB
#5 Wrong Answer Read {0}, expect {1}. ["115","11126"] 0ms 256.0 KiB

信息

递交者
类型
递交
题目
2-5 二进制表达式求值
语言
C
递交时间
2020-12-22 19:21:13
评测时间
2020-12-22 19:21:13
评测机
分数
0
总耗时
4ms
峰值内存
396.0 KiB