记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:6:8: warning: comparison of constant '1000000000' with boolean expression is always true [-Wbool-compare]
  1 < x < 1000000000;
  ~~~~~~^~~~~~~~~~~~
/in/foo.cc:6:4: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses]
  1 < x < 1000000000;
  ~~^~~
/in/foo.cc:6:8: warning: statement has no effect [-Wunused-value]
  1 < x < 1000000000;
  ~~~~~~^~~~~~~~~~~~
# 状态 耗时 内存占用
#1 Accepted 2ms 596.0 KiB
#2 Accepted 2ms 608.0 KiB
#3 Accepted 2ms 552.0 KiB
#4 Accepted 2ms 552.0 KiB
#5 Accepted 2ms 508.0 KiB
#6 Accepted 2ms 500.0 KiB
#7 Accepted 2ms 544.0 KiB
#8 Accepted 2ms 500.0 KiB
#9 Accepted 2ms 604.0 KiB
#10 Accepted 2ms 540.0 KiB

信息

递交者
类型
递交
题目
P1476 B. Even or Odd
比赛
2023年新生赛(第二场)
语言
C++
递交时间
2023-08-25 17:13:37
评测时间
2023-08-25 17:13:37
评测机
分数
100
总耗时
27ms
峰值内存
608.0 KiB