01 2021 档案

摘要:久违的cf服务器爆炸场 A. Odd Divisor 思路:任何一个数都可以写成\(n = k2^m,其中k是一个奇数\),若k=1,那么n就一定是一个2的幂。 view code #include<iostream> #include<string> #include<algorithm> #in 阅读全文
posted @ 2021-01-26 11:22 TL自动机 阅读(296) 评论(0) 推荐(2)
摘要:A. Cards for Friends 思路:折纸游戏,看长宽能各折多少次,就是2的几次方,相乘即可。 view code #include<iostream> #include<string> #include<algorithm> #include<cstdio> #include<cstri 阅读全文
posted @ 2021-01-05 00:54 TL自动机 阅读(115) 评论(0) 推荐(0)
摘要:A - Large Digits 思路:签到题,读入字符串即可。 view code #include<iostream> #include<string> #include<algorithm> #include<cstdio> #include<cstring> #include<cmath> 阅读全文
posted @ 2021-01-02 23:07 TL自动机 阅读(130) 评论(0) 推荐(0)

//鼠标点击特效第二种(小烟花)