/ Vijos /

记录详情

Accepted

foo.cc: In function 'int main()':
foo.cc:149:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d%d",&n,&m);
  ~~~~~^~~~~~~~~~~~~~
foo.cc:155:9: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
    scanf("%d%d%d",&x,&y,&noa);
    ~~~~~^~~~~~~~~~~~~~~~~~~~~
foo.cc:158:9: 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);
    ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
foo.cc:161:8: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   scanf("%d",&m);
   ~~~~~^~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 1ms 420.0 KiB
#2 Accepted 997ms 128.73 MiB
#3 Accepted 55ms 31.012 MiB
#4 Accepted 64ms 11.164 MiB
#5 Accepted 661ms 122.75 MiB
#6 Accepted 5ms 1.723 MiB
#7 Accepted 231ms 68.027 MiB
#8 Accepted 46ms 11.855 MiB
#9 Accepted 165ms 30.539 MiB
#10 Accepted 519ms 122.52 MiB

信息

递交者
类型
递交
题目
P1512 SuperBrother打鼹鼠
语言
C++
递交时间
2021-08-07 17:28:59
评测时间
2021-08-07 17:28:59
评测机
分数
100
总耗时
2747ms
峰值内存
128.73 MiB