摘要: 题目总链接:https://codeforces.com/contest/1096 A. Find Divisible 题意: 给出l,r,在[l,r]里面找两个数x,y,使得y%x==0,保证有解。 题解: 直接输出l,2*l就好啦,但我还是写了个循环... 代码如下: #include <bit 阅读全文
posted @ 2019-01-02 21:30 heyuhhh 阅读(238) 评论(0) 推荐(0) 编辑