记录详情

Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:11:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   if (nn[i]!=nn[i+1]);
   ^~
/in/foo.cc:12:3: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
   {
   ^
/in/foo.cc:13:4: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
    if (nn[i]==b);
    ^~
/in/foo.cc:14:4: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
    {
    ^
/in/foo.cc:22:6: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
      if (nn[i-1]==r);
      ^~
/in/foo.cc:23:6: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
      {
      ^
# 状态 耗时 内存占用
#1 Accepted 3ms 368.0 KiB
#2 Wrong Answer 4ms 212.0 KiB
#3 Wrong Answer 3ms 384.0 KiB
#4 Wrong Answer 3ms 384.0 KiB
#5 Wrong Answer 3ms 380.0 KiB
#6 Wrong Answer 3ms 384.0 KiB
#7 Wrong Answer 3ms 256.0 KiB
#8 Wrong Answer 3ms 372.0 KiB
#9 Wrong Answer 2ms 364.0 KiB
#10 Wrong Answer 3ms 364.0 KiB

信息

递交者
类型
递交
题目
flag
比赛
普及组模拟赛0922
语言
C++
递交时间
2018-09-22 09:00:41
评测时间
2018-09-22 09:00:41
评测机
分数
10
总耗时
36ms
峰值内存
384.0 KiB