记录详情

Wrong Answer

foo.c: In function 'main':
foo.c:14:2: warning: this 'else' clause does not guard... [-Wmisleading-indentation]
   14 |  else
      |  ^~~~
foo.c:16:3: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
   16 |   return 0;
      |   ^~~~~~
foo.c:5:2: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
    5 |  scanf("%d",&a);
      |  ^~~~~~~~~~~~~~
foo.c:12:4: warning: 'i' may be used uninitialized in this function [-Wmaybe-uninitialized]
   12 |  if(i==b)
      |    ^
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Wrong Answer Read No, expect yes. 2ms 256.0 KiB

信息

递交者
类型
自测
语言
C
递交时间
2022-02-28 19:26:31
评测时间
2022-02-28 19:26:31
评测机
分数
0
总耗时
2ms
峰值内存
256.0 KiB