记录详情

Wrong Answer

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

信息

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