Compile Error
/in/foo.cc: In function 'void dfs(int, int, int)': /in/foo.cc:19:14: error: 'abs' was not declared in this scope if (abs(ex-x)+abs(ey-y)>(t-k+1)) return; ^ /in/foo.cc: In function 'int main()': /in/foo.cc:46:16: error: 'abs' was not declared in this scope if ((abs(ex-1)+abs(ey-1))%2!=t%2) ^ /in/foo.cc:56:10: error: expected '}' at end of input return 0; ^
信息
- 递交者
- 类型
- 递交
- 题目
- P1656 萌萌赶考
- 语言
- C++
- 递交时间
- 2020-11-01 17:06:34
- 评测时间
- 2020-11-01 17:06:34
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes