摘要:
http://acm.hdu.edu.cn/showproblem.php?pid=6480 #include<iostream> using namespace std; typedef long long ll; int main() { int t; cin>>t; while(t--) { 阅读全文
摘要:
http://codeforces.com/problemset/problem/1475/A (n&(n-1))==1说明这个数有因子为奇数 // // Created by w on 2021-01-28. // #include <iostream> #include <cstring> us 阅读全文