记录详情

Runtime Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:10:4: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses]
  0 < b < a < 1000000000000000000;
  ~~^~~
/in/foo.cc:10:12: warning: comparison of constant '1000000000000000000l' with boolean expression is always true [-Wbool-compare]
  0 < b < a < 1000000000000000000;
  ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
/in/foo.cc:10:8: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses]
  0 < b < a < 1000000000000000000;
  ~~~~~~^~~
/in/foo.cc:10:12: warning: statement has no effect [-Wunused-value]
  0 < b < a < 1000000000000000000;
  ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
/in/foo.cc:9:6: warning: unused variable 'e' [-Wunused-variable]
  int e = 1;
      ^
# 状态 耗时 内存占用
#1 Runtime Error 2ms 416.0 KiB
#2 Runtime Error 1ms 412.0 KiB
#3 Runtime Error 2ms 408.0 KiB
#4 Runtime Error 2ms 360.0 KiB
#5 Runtime Error 2ms 376.0 KiB
#6 Runtime Error 2ms 400.0 KiB
#7 Runtime Error 2ms 360.0 KiB
#8 Wrong Answer 2ms 520.0 KiB
#9 Runtime Error 2ms 424.0 KiB
#10 Runtime Error 2ms 404.0 KiB

信息

递交者
类型
递交
题目
P1486 E. 小季的刑期
比赛
2023年新生赛(第三场)
语言
C++
递交时间
2023-09-09 21:55:54
评测时间
2023-09-09 21:55:54
评测机
分数
0
总耗时
21ms
峰值内存
520.0 KiB