记录详情

Wrong Answer

/in/foo.c: In function 'main':
/in/foo.c:9:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
   { for(int i=0;i<100;i++)
     ^~~
/in/foo.c:10:14: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
     a[i]=x%2;x=x/2;
              ^
/in/foo.c:17:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if(a[i]!=0&&a[i]!=1)
     ^~
/in/foo.c:19:6: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
      break;
      ^~~~~
# 状态 耗时 内存占用
#1 Wrong Answer 0ms 208.0 KiB

信息

递交者
类型
自测
题目
位的序号
语言
C
递交时间
2018-12-01 23:54:07
评测时间
2018-12-01 23:54:07
评测机
分数
0
总耗时
0ms
峰值内存
208.0 KiB