/ TYWZ /

记录详情

Wrong Answer

/in/foo.cc: In function 'int read()':
/in/foo.cc:16:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  for(int q=0;i!=-1;++q,--i)
  ^~~
/in/foo.cc:18:3: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
   return num;
   ^~~~~~
# 状态 耗时 内存占用
#1 Wrong Answer 6ms 2.328 MiB
#2 Accepted 21ms 2.328 MiB

信息

递交者
类型
递交
题目
Moving Chess
比赛
2019.1.29测验
语言
C++
递交时间
2019-01-29 16:29:20
评测时间
2019-01-29 16:29:20
评测机
分数
50
总耗时
27ms
峰值内存
2.328 MiB