Wrong Answer

/in/foo.c: In function 'hcost':
/in/foo.c:165:25: warning: 'sprintf' may write a terminating nul past the end of the destination [-Wformat-overflow=]
  165 |         sprintf(tmp, "%d", curr);
      |                         ^
/in/foo.c:165:9: note: 'sprintf' output between 2 and 12 bytes into a destination of size 11
  165 |         sprintf(tmp, "%d", curr);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~
/in/foo.c:174:25: warning: 'sprintf' may write a terminating nul past the end of the destination [-Wformat-overflow=]
  174 |         sprintf(tmp, "%d", dest);
      |                         ^
/in/foo.c:174:9: note: 'sprintf' output between 2 and 12 bytes into a destination of size 11
  174 |         sprintf(tmp, "%d", dest);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~
/in/foo.c: In function 'A_Star':
/in/foo.c:108:29: warning: 'sprintf' may write a terminating nul past the end of the destination [-Wformat-overflow=]
  108 |             sprintf(tmp, "%d", newitem.value);
      |                             ^
/in/foo.c:108:13: note: 'sprintf' output between 2 and 12 bytes into a destination of size 11
  108 |             sprintf(tmp, "%d", newitem.value);
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/in/foo.c:85:37: warning: 'index' may be used uninitialized [-Wmaybe-uninitialized]
   85 |     int reachable[9], size, i, len, index;
      |                                     ^~~~~
# 状态 耗时 内存占用
#1 Wrong Answer 208ms 7.062 MiB
#2 Wrong Answer 206ms 7.078 MiB
#3 Wrong Answer 212ms 7.074 MiB
#4 Wrong Answer 213ms 7.102 MiB
#5 Wrong Answer 203ms 7.07 MiB
#6 Wrong Answer 202ms 7.074 MiB
#7 Wrong Answer 203ms 7.07 MiB
#8 Wrong Answer 203ms 7.055 MiB
#9 Wrong Answer 194ms 7.051 MiB
#10 Wrong Answer 5ms 1.309 MiB

信息

递交者
类型
递交
题目
P1188 八数码问题
语言
C
递交时间
2025-03-28 20:39:15
评测时间
2025-03-28 20:39:15
评测机
分数
0
总耗时
1852ms
峰值内存
7.102 MiB