/ XMU_ACM /

记录详情

Accepted

foo.cc: In function 'int main()':
foo.cc:54:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%lld%lld%lld",&n,&m,&h);
  ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
foo.cc:58:8: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   scanf("%lld%lld%lld%lld",&x,&y,&k,&b);
   ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
foo.cc:62:9: warning: 'rr' may be used uninitialized in this function [-Wmaybe-uninitialized]
  int ll,rr;
         ^~
foo.cc:62:6: warning: 'll' may be used uninitialized in this function [-Wmaybe-uninitialized]
  int ll,rr;
      ^~
正在同步测试数据,请稍后
自豪的采用HydroJudge(https://github.com/hydro-dev/Hydro)进行评测。
# 状态 耗时 内存占用
#1 Accepted 548ms 6.277 MiB
#2 Accepted 767ms 6.559 MiB
#3 Accepted 454ms 5.84 MiB
#4 Accepted 409ms 5.848 MiB

信息

递交者
类型
递交
题目
P1057 起飞
语言
C++
递交时间
2021-05-14 21:45:24
评测时间
2021-05-14 21:45:24
评测机
分数
100
总耗时
2180ms
峰值内存
6.559 MiB