摘要: 题目内容 给定$n$组数据$a_i, b_i, m_i$, 对于每组数据求出一个$x_i$,使其满足$a_i \times x_i \equiv b_i(mod \ m_i)$ 如果无解则输出impossible 输入格式 第一行包含整数 \(n\),接下来$n$行,每行包含一组数据$ a_i, b 阅读全文
posted @ 2022-06-21 16:24 Maple1234 阅读(48) 评论(0) 推荐(0) 编辑