记录详情

Accepted

foo.cc: In function 'int main()':
foo.cc:11:14: warning: unused variable 'ans' [-Wunused-variable]
  int n,m,i,j,ans=0;
              ^~~
foo.cc:13:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d",&n);
  ~~~~~^~~~~~~~~
foo.cc:25:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d%d%d%d",&x1,&y1,&x2,&y2);
  ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 23ms 9.285 MiB
#2 Accepted 1ms 1.625 MiB
#3 Accepted 2ms 1.75 MiB
#4 Accepted 23ms 10.566 MiB
#5 Accepted 10ms 4.289 MiB
#6 Accepted 9ms 3.395 MiB
#7 Accepted 17ms 7.316 MiB
#8 Accepted 6ms 2.023 MiB
#9 Accepted 11ms 4.859 MiB
#10 Accepted 17ms 7.344 MiB

信息

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