Wrong Answer
/in/foo.cc: In function 'int main()': /in/foo.cc:30:92: warning: format '%d' expects argument of type 'int', but argument 2 has type 'LL {aka long long int}' [-Wformat=] printf("%I64d\n", ((LL) b * inv(c, a) % a * c + (LL) d * inv(a, c) % c * a) % ((LL) a * c)); ^
信息
- 递交者
- 类型
- 递交
- 题目
- 中国剩余定理
- 语言
- C++
- 递交时间
- 2017-09-09 13:13:52
- 评测时间
- 2017-09-09 13:13:52
- 评测机
- 分数
- 60
- 总耗时
- 25ms
- 峰值内存
- 372.0 KiB