/ OK /

记录详情

Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:110:44: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'short int*' [-Wformat=]
  for(int i=1;i<=9;i++) scanf("%d",&st[1][i]);
                                            ^
/in/foo.cc:111:42: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'short int*' [-Wformat=]
  for(int i=1;i<=9;i++) scanf("%d",&ans[i]);
                                          ^
# 状态 耗时 内存占用
#1 Accepted 21ms 12.5 MiB
#2 Accepted 37ms 14.875 MiB
#3 Accepted 15ms 12.375 MiB
#4 Wrong Answer 46ms 15.0 MiB
#5 Wrong Answer 47ms 15.0 MiB
#6 Wrong Answer 40ms 15.0 MiB
#7 Accepted 3ms 8.25 MiB
#8 Accepted 2ms 2.246 MiB
#9 Accepted 11ms 10.469 MiB
#10 Wrong Answer 36ms 14.996 MiB

信息

递交者
类型
递交
题目
八数码
语言
C++
递交时间
2017-03-22 20:39:39
评测时间
2017-03-22 20:40:50
评测机
分数
60
总耗时
263ms
峰值内存
15.0 MiB