记录详情

Accepted

/in/foo.c: In function 'main':
/in/foo.c:8:14: warning: comparison of constant '24' with boolean expression is always true [-Wbool-compare]
  if(a[0]<a[1]<24&&b[0]<b[1]<60&&c[0]<c[1]<60)
              ^
/in/foo.c:8:9: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses]
  if(a[0]<a[1]<24&&b[0]<b[1]<60&&c[0]<c[1]<60)
     ~~~~^~~~~
/in/foo.c:8:28: warning: comparison of constant '60' with boolean expression is always true [-Wbool-compare]
  if(a[0]<a[1]<24&&b[0]<b[1]<60&&c[0]<c[1]<60)
                            ^
/in/foo.c:8:23: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses]
  if(a[0]<a[1]<24&&b[0]<b[1]<60&&c[0]<c[1]<60)
                   ~~~~^~~~~
/in/foo.c:8:42: warning: comparison of constant '60' with boolean expression is always true [-Wbool-compare]
  if(a[0]<a[1]<24&&b[0]<b[1]<60&&c[0]<c[1]<60)
                                          ^
/in/foo.c:8:37: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses]
  if(a[0]<a[1]<24&&b[0]<b[1]<60&&c[0]<c[1]<60)
                                 ~~~~^~~~~
# 状态 耗时 内存占用
#1 Accepted 1ms 220.0 KiB
#2 Accepted 0ms 220.0 KiB
#3 Accepted 0ms 128.0 KiB
#4 Accepted 1ms 216.0 KiB
#5 Accepted 0ms 128.0 KiB

信息

递交者
类型
递交
题目
P1001 OO1-2 时间类Time
语言
C
递交时间
2020-11-27 15:45:48
评测时间
2020-11-27 15:45:48
评测机
分数
100
总耗时
4ms
峰值内存
220.0 KiB