Wrong Answer
foo.cc: In function 'void dfs(int, int, int, int)': foo.cc:9:34: warning: suggest parentheses around arithmetic in operand of '^' [-Wparentheses] 9 | dfs(x + 1, y, 0, t == 2 ? t : t + dir ^ 0); | ~~^~~~~ foo.cc:10:34: warning: suggest parentheses around arithmetic in operand of '^' [-Wparentheses] 10 | dfs(x, y + 1, 1, t == 2 ? t : t + dir ^ 1); | ~~^~~~~
[Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
- 类型
- 自测
- 题目
- P1031 Mission 2 - E : To the Kingdom of pmurT
- 语言
- C++
- 递交时间
- 2022-02-06 18:59:17
- 评测时间
- 2022-02-06 18:59:17
- 评测机
- 分数
- 0
- 总耗时
- 5ms
- 峰值内存
- 512.0 KiB