记录详情

Wrong Answer

foo.cc: In function 'int main()':
foo.cc:6:8: warning: 'char* gets(char*)' is deprecated [-Wdeprecated-declarations]
  gets(s);
        ^
In file included from /usr/include/c++/7/cstdio:42:0,
                 from /usr/include/x86_64-linux-gnu/c++/7/bits/stdc++.h:46,
                 from foo.cc:1:
/usr/include/stdio.h:638:14: note: declared here
 extern char *gets (char *__s) __wur __attribute_deprecated__;
              ^~~~
foo.cc:6:6: warning: ignoring return value of 'char* gets(char*)', declared with attribute warn_unused_result [-Wunused-result]
  gets(s);
  ~~~~^~~
/tmp/cc47oy6C.o: In function `main':
foo.cc:(.text.startup+0xa): warning: the `gets' function is dangerous and should not be used.

自豪的采用 HydroJudge 进行评测(github.com/hydro-dev/HydroJudge)
正在同步测试数据,请稍后
{"receive":"2020-07-10T04:01:25.768Z","handle":"2020-07-10T04:01:25.768Z","cache_start":"2020-07-10T04:01:25.776Z","read_cases":"2020-07-10T04:01:26.140Z","judge":"2020-07-10T04:01:26.141Z","done":"2020-07-10T04:01:27.351Z"}
# 状态 耗时 内存占用
#1 Accepted 1ms 256.0 KiB
#2 Accepted 1ms 256.0 KiB
#3 Accepted 1ms 256.0 KiB
#4 Accepted 1ms 256.0 KiB
#5 Wrong Answer 读取到 3 ,应为 2 0ms 256.0 KiB
#6 Wrong Answer 读取到 2 ,应为 0 0ms 256.0 KiB
#7 Wrong Answer 读取到 2 ,应为 1 0ms 256.0 KiB
#8 Wrong Answer 读取到 3 ,应为 2 0ms 256.0 KiB
#9 Accepted 0ms 256.0 KiB
#10 Accepted 0ms 256.0 KiB

信息

递交者
类型
递交
题目
1# 标题统计(洛谷数据)
题目数据
下载
语言
C++
递交时间
2019-10-24 20:54:48
评测时间
2020-07-10 12:01:25
评测机
分数
60
总耗时
10ms
峰值内存
256.0 KiB