/ Vijos /

记录详情

Wrong Answer

foo.cc: In function 'void BFS()':
foo.cc:22:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for (int k = 0; k < ep.size(); k++)
                  ~~^~~~~~~~~~~
foo.cc: In function 'int main()':
foo.cc:53:14: warning: 'char* gets(char*)' is deprecated [-Wdeprecated-declarations]
   gets(mat[i]);
              ^
In file included from /usr/include/c++/7/cstdio:42:0,
                 from foo.cc:1:
/usr/include/stdio.h:638:14: note: declared here
 extern char *gets (char *__s) __wur __attribute_deprecated__;
              ^~~~
foo.cc:50:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d%d", &W, &H);
  ~~~~~^~~~~~~~~~~~~~~~
foo.cc:53:7: warning: ignoring return value of 'char* gets(char*)', declared with attribute warn_unused_result [-Wunused-result]
   gets(mat[i]);
   ~~~~^~~~~~~~
/tmp/ccRl0gfk.o: In function `main':
foo.cc:(.text.startup+0x66): warning: the `gets' function is dangerous and should not be used.

自豪的采用 HydroJudger 进行评测(github.com/hydro-dev/HydroJudger)
{"receive":"2020-05-23T10:13:43.188Z","handle":"2020-05-23T10:13:43.189Z","cache_start":"2020-05-23T10:13:43.195Z","read_cases":"2020-05-23T10:13:43.332Z","judge":"2020-05-23T10:13:43.333Z","done":"2020-05-23T10:13:43.947Z"}
# 状态 耗时 内存占用
#1 Accepted 1ms 256.0 KiB
#2 Wrong Answer 读取到 1 ,应为 5 1ms 256.0 KiB
#3 Accepted 1ms 256.0 KiB
#4 Wrong Answer 读取到 4 ,应为 25 1ms 256.0 KiB
#5 Wrong Answer 读取到 13 ,应为 49 1ms 256.0 KiB
#6 Wrong Answer 读取到 19 ,应为 3800 1ms 384.0 KiB
#7 Wrong Answer 读取到 15 ,应为 52 1ms 384.0 KiB
#8 Wrong Answer 读取到 19 ,应为 239 1ms 384.0 KiB
#9 Wrong Answer 读取到 19 ,应为 168 1ms 384.0 KiB
#10 Wrong Answer 读取到 19 ,应为 78 1ms 384.0 KiB

信息

递交者
类型
递交
题目
P1434 简单的迷宫
语言
C++
递交时间
2020-05-23 18:13:43
评测时间
2020-05-23 18:13:43
评测机
分数
20
总耗时
11ms
峰值内存
384.0 KiB