/ XMU_ACM /

记录详情

Wrong Answer

foo.cc: In function 'int main()':
foo.cc:21: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,&k,&q);
  ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
foo.cc:34:29: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d%d",&bx[i],&by[i]),block[bx[i]][by[i]]=1;//cout<<666;
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
foo.cc:71:8: 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);
   ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 状态 耗时 内存占用
#1 Wrong Answer Read {0}, expect {1}. ["6666","6"] 15ms 14.199 MiB
#2 Wrong Answer Read {0}, expect {1}. ["6662607","2607"] 49ms 21.949 MiB
#3 Wrong Answer Read {0}, expect {1}. ["6660","-1"] 15ms 14.156 MiB
#4 Wrong Answer Read {0}, expect {1}. ["6662915","2915"] 370ms 57.766 MiB

信息

递交者
类型
自测
题目
P1071 最短路模板题
语言
C++
递交时间
2021-01-11 21:31:59
评测时间
2021-01-11 21:31:59
评测机
分数
0
总耗时
450ms
峰值内存
57.766 MiB