记录详情

Wrong Answer

foo.c: In function 'main':
foo.c:8:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
    8 |         if (a == 1 || a == 3 || a == 5 || a == 7 || a == 8 || a == 10 || a == 12);
      |         ^~
foo.c:9:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
    9 |         {
      |         ^
foo.c:12:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   12 |         if (a == 2);
      |         ^~
foo.c:13:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
   13 |         {
      |         ^
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Wrong Answer Read 输出天数29, expect 364. 3ms 256.0 KiB
#2 Wrong Answer Read 输出天数29, expect 0. 2ms 256.0 KiB
#3 Wrong Answer Read 输出天数29, expect 25. 1ms 256.0 KiB
#4 Wrong Answer Read 输出天数29, expect 28. 1ms 256.0 KiB
#5 Wrong Answer Read 输出天数29, expect 306. 2ms 256.0 KiB

信息

递交者
类型
递交
题目
P1083 xf1-6计算日期
比赛
2022年迎新赛(第二场)
语言
C
递交时间
2022-08-27 19:18:32
评测时间
2022-08-27 19:18:32
评测机
分数
0
总耗时
11ms
峰值内存
256.0 KiB