Compile Error
/in/foo.cc: In function 'Sol solve(ll, ll)': /in/foo.cc:12:29: error: could not convert '{1, (- q)}' from '<brace-enclosed initializer list>' to 'Sol' if (r==1) return {1,(-q)}; ^ /in/foo.cc:14:32: error: could not convert '{sol.Sol::y, (sol.Sol::x - (sol.Sol::y * q))}' from '<brace-enclosed initializer list>' to 'Sol' return {sol.y,sol.x-sol.y*q}; ^
信息
- 递交者
- 类型
- 递交
- 题目
- P1781 同余方程
- 语言
- C++
- 递交时间
- 2021-12-26 14:39:42
- 评测时间
- 2021-12-26 14:39:42
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes