记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:26:52: warning: suggest parentheses around arithmetic in operand of '^' [-Wparentheses]
                                 dp[i ^ (1 << p)][j & (~(1 << to)) ^ (1 << p)] += dp[i][j];
                                                  ~~^~~~~~~~~~~~~~
# 状态 耗时 内存占用
#1 Accepted 1ms 324.0 KiB
#2 Accepted 1ms 336.0 KiB
#3 Accepted 1ms 332.0 KiB
#4 Accepted 4ms 8.355 MiB
#5 Accepted 5ms 8.516 MiB
#6 Accepted 6ms 8.48 MiB
#7 Accepted 5ms 8.312 MiB
#8 Accepted 8ms 9.035 MiB
#9 Accepted 8ms 8.594 MiB
#10 Accepted 14ms 8.816 MiB

信息

递交者
类型
递交
题目
题3 死亡之树
题目数据
下载
语言
C++
递交时间
2019-09-12 19:21:11
评测时间
2019-09-12 19:21:11
评测机
分数
100
总耗时
57ms
峰值内存
9.035 MiB