记录详情

Accepted

/in/foo.c: In function 'MonthDay':
/in/foo.c:10:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   10 |     if(month == 2)
      |     ^~
/in/foo.c:12:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
   12 |         if(month==4 || month==6 || month==9 || month==11) return 30;
      |         ^~
# 状态 耗时 内存占用
#1 Accepted 1ms 336.0 KiB
#2 Accepted 1ms 336.0 KiB
#3 Accepted 1ms 284.0 KiB
#4 Accepted 1ms 324.0 KiB
#5 Accepted 1ms 284.0 KiB

信息

递交者
类型
递交
题目
P1003 OO1-3 日期类Date
比赛
2024级《面向对象的方法与实践》第一次作业
语言
C
递交时间
2025-03-14 21:47:40
评测时间
2025-03-14 21:47:40
评测机
分数
100
总耗时
7ms
峰值内存
336.0 KiB