记录详情

Wrong Answer

foo.cc: In function 'int main()':
foo.cc:9:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if(n==5&&k==2)
     ^~
foo.cc:11:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  return 0;
  ^~~~~~
自豪的采用HydroJudge(https://github.com/hydro-dev/Hydro)进行评测。
# 状态 耗时 内存占用
#1 Wrong Answer 0a1 > 4 3 0 1ms 384.0 KiB
#2 Wrong Answer 0a1 > 12 0 3 1ms 384.0 KiB
#3 Wrong Answer 0a1 > 0 0 7 2ms 384.0 KiB
#4 Wrong Answer 0a1 > 2 1 60 1ms 384.0 KiB
#5 Wrong Answer 0a1 > 1048472 100 3 1ms 384.0 KiB

信息

递交者
类型
递交
题目
2-3 Hanoi游戏的状态
比赛
2020苏青奥赛集训营(2021-3-21课后作业)
语言
C++
递交时间
2021-03-22 21:25:58
评测时间
2021-03-22 21:25:58
评测机
分数
0
总耗时
9ms
峰值内存
384.0 KiB