Loading

摘要: 补题链接:Here Proble-A. Strange Table 根据 x 确定坐标确定的行数和列数。 int main() { ios_base::sync_with_stdio(false), cin.tie(0); int _; for (cin >> _; _--;) { ll n, m, 阅读全文
posted @ 2021-03-27 20:59 RioTian 阅读(77) 评论(0) 推荐(1)