记录详情

Wrong Answer

foo.c: In function 'main':
foo.c:10:17: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   10 |                 if(x==1)
      |                 ^~
foo.c:11:31: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
   11 |                         cnt++;break;
      |                               ^~~~~
foo.c:15:25: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   15 |                         if(x==1)
      |                         ^~
foo.c:16:39: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
   16 |                                 cnt++;break;
      |                                       ^~~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Wrong Answer Read 0, expect 8. 1ms 284.0 KiB
#2 Wrong Answer Read 0, expect 4. 2ms 284.0 KiB
#3 Wrong Answer Read 0, expect 23. 1ms 284.0 KiB
#4 Wrong Answer Read 0, expect 104. 2ms 284.0 KiB
#5 Wrong Answer Read 0, expect 25. 1ms 200.0 KiB

信息

递交者
类型
递交
题目
2-1 单个数的3N+1猜想
语言
C
递交时间
2023-10-13 20:17:19
评测时间
2023-10-13 20:17:19
评测机
分数
0
总耗时
9ms
峰值内存
284.0 KiB