/ XMU_ACM /

记录详情

Accepted

foo.cc: In function 'int main()':
foo.cc:72:2: warning: this 'while' clause does not guard... [-Wmisleading-indentation]
   72 |  while(start[++i]!='0');//查找初始状态0的位置
      |  ^~~~~
foo.cc:73:6: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'while'
   73 |      sscanf(start,"%d",&n);//字符串转换为整数储存在n中
      |      ^~~~~~
foo.cc:70:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   70 |  scanf("%s",start);//输入初始状态
      |  ~~~~~^~~~~~~~~~~~
正在同步测试数据,请稍后
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 11ms 896.0 KiB
#2 Accepted 10ms 896.0 KiB
#3 Accepted 63ms 2.742 MiB
#4 Accepted 9ms 768.0 KiB
#5 Accepted 9ms 896.0 KiB
#6 Accepted 221ms 6.496 MiB
#7 Accepted 164ms 5.996 MiB
#8 Accepted 31ms 1.992 MiB
#9 Accepted 10ms 896.0 KiB
#10 Accepted 330ms 8.617 MiB

信息

递交者
类型
递交
题目
八数码
语言
C++
递交时间
2022-03-06 10:28:12
评测时间
2022-03-06 10:28:12
评测机
分数
100
总耗时
862ms
峰值内存
8.617 MiB