记录详情

Wrong Answer

/in/foo.c: In function 'main':
/in/foo.c:8:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  for(i=0;i<num;i++)
  ^~~
/in/foo.c:11:3: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
   printf("\n");
   ^~~~~~
/in/foo.c: In function 'find':
/in/foo.c:16:10: warning: variable 'x' set but not used [-Wunused-but-set-variable]
  int i,j,x,num=0;
          ^
/in/foo.c:16:8: warning: unused variable 'j' [-Wunused-variable]
  int i,j,x,num=0;
        ^
# 状态 耗时 内存占用
#1 Wrong Answer 1ms 212.0 KiB
#2 Wrong Answer 1ms 192.0 KiB
#3 Wrong Answer 0ms 204.0 KiB
#4 Wrong Answer 0ms 204.0 KiB
#5 Wrong Answer 0ms 192.0 KiB

信息

递交者
类型
递交
题目
2-2 编程题
语言
C
递交时间
2019-10-15 23:14:51
评测时间
2019-10-15 23:14:51
评测机
分数
0
总耗时
5ms
峰值内存
212.0 KiB