摘要: A square-free integer is an integer which is indivisible by any square number except 11. For example, 6 = 2 \cdot 36=2⋅3 is square-free, but 12=22∗312 阅读全文
posted @ 2018-09-05 23:23 Nlifea 阅读(102) 评论(0) 推荐(0) 编辑
摘要: ###Description 您需要写一种数据结构(可参考题目标题),来维护一些数,其中需要提供以下操作: ###Input 第一行为n,表示操作的个数,下面n行每行有两个数opt和x,opt表示操作的序号(1<=opt<=6) ###Output 对于操作3,4,5,6每行输出一个数,表示对应答案 阅读全文
posted @ 2018-09-05 21:55 Nlifea 阅读(149) 评论(0) 推荐(0) 编辑