随笔分类 -  数论

摘要:R - 青蛙的约会 两只青蛙在网上相识了,它们聊得很开心,于是觉得很有必要见一面。它们很高兴地发现它们住在同一条纬度线上,于是它们约定各自朝西跳,直到碰面为止。可是它们出发之前忘记了一件很重要的事情,既没有问清楚对方的特征,也没有约定见面的具体位置。不过青蛙们都是很乐观的,它们觉得只要一直朝着某个方 阅读全文
posted @ 2019-04-11 21:58 EchoZQN 阅读(109) 评论(0) 推荐(0)
摘要:The modular modular multiplicative inverse of an integer a modulo m is an integer x such that a-1≡x (mod m). This is equivalent to ax≡1 (mod m). Input 阅读全文
posted @ 2019-01-19 10:02 EchoZQN 阅读(154) 评论(0) 推荐(0)
摘要:You are given several queries. Each query consists of three integers pp, qq and bb. You need to answer whether the result of p/qp/q in notation with b 阅读全文
posted @ 2018-12-27 16:30 EchoZQN 阅读(145) 评论(0) 推荐(0)