记录详情

Accepted

foo.cc: In function 'int main()':
foo.cc:41:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d",&n);
  ~~~~~^~~~~~~~~
foo.cc:43:8: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   scanf("%s",s);
   ~~~~~^~~~~~~~
foo.cc:48:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d%d%d%d",&a,&b,&c,&d);
  ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 53ms 14.984 MiB
#2 Accepted 2ms 464.0 KiB
#3 Accepted 2ms 1.258 MiB
#4 Accepted 49ms 15.012 MiB
#5 Accepted 48ms 14.949 MiB
#6 Accepted 50ms 14.926 MiB
#7 Accepted 49ms 14.934 MiB
#8 Accepted 45ms 15.023 MiB
#9 Accepted 49ms 14.926 MiB
#10 Accepted 46ms 15.043 MiB

信息

递交者
类型
递交
题目
营救
题目数据
下载
语言
C++
递交时间
2021-10-30 10:56:29
评测时间
2021-10-30 10:56:29
评测机
分数
100
总耗时
397ms
峰值内存
15.043 MiB