记录详情

Accepted

foo.cc: In function 'int main()':
foo.cc:64:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d%d%d%d",&n,&m,&a,&b);
  ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
foo.cc:67:8: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   scanf("%d%d",&x,&y);
   ~~~~~^~~~~~~~~~~~~~
# 状态 耗时 内存占用
#1 Accepted 1ms 384.0 KiB
#2 Accepted 1ms 384.0 KiB
#3 Accepted 1ms 384.0 KiB
#4 Accepted 15ms 1.664 MiB
#5 Accepted 14ms 1.691 MiB
#6 Accepted 14ms 1.664 MiB
#7 Accepted 14ms 1.684 MiB
#8 Accepted 14ms 1.691 MiB
#9 Accepted 14ms 1.695 MiB
#10 Accepted 14ms 1.691 MiB
#11 Accepted 17ms 1.68 MiB

信息

递交者
类型
递交
题目
题2 庆功会
题目数据
下载
语言
C++
递交时间
2021-02-03 23:13:22
评测时间
2021-02-03 23:13:22
评测机
分数
110
总耗时
126ms
峰值内存
1.695 MiB