/ ns /

记录详情

Runtime Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:19:54: warning: second operand of conditional expression has no effect [-Wunused-value]
    std::cout << dp[(n - 1) & 1][m] ? "true" : "false";
                                                      ^
/in/foo.cc:19:54: warning: third operand of conditional expression has no effect [-Wunused-value]
# 状态 耗时 内存占用
#1 Runtime Error 2ms 416.0 KiB

信息

递交者
类型
自测
题目
P1000 1
语言
C++
递交时间
2024-10-29 20:58:46
评测时间
2024-10-29 20:58:46
评测机
分数
0
总耗时
2ms
峰值内存
416.0 KiB