摘要: 感觉这场题面有点绕 A:先把能除2的都除2,然后最后再把最大的不断翻倍即可 // Author: levil #include<bits/stdc++.h> using namespace std; typedef long long LL; typedef unsigned long long U 阅读全文
posted @ 2021-12-01 22:21 levill 阅读(44) 评论(0) 推荐(0) 编辑