博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Math one poj 3372 contest4
阅读量:5167 次
发布时间:2019-06-13

本文共 371 字,大约阅读时间需要 1 分钟。

#include 
#include
using namespace std; int main() { int n; while(scanf("%d", &n)!= EOF) { if (!(n&(n-1))) { printf("YES\n"); } else printf("NO\n"); } } 证明:http://www.cnblogs.com/Saatgut/archive/2008/10/09/1307405.html

转载于:https://www.cnblogs.com/tangcong/archive/2011/08/04/2126822.html

你可能感兴趣的文章
数组元素前移,第一个元素放置数组末位
查看>>
各种数据库默认端口总结
查看>>
域登录验证.net版
查看>>
oc面试攻略
查看>>
201621123058 《java课程设计》 第十三周学习总结
查看>>
Codeforces Round #327 (Div. 2)C. Median Smoothing 构造
查看>>
Codeforces Round #281 (Div. 2) A. Vasya and Football 暴力
查看>>
Qt工程的几种编译方法
查看>>
匈牙利算法
查看>>
php redis 【摘自网上,只为参考】
查看>>
201521123022 《Java程序设计》 第四周学习总结
查看>>
西普学院Crypto之一段奇怪的代码
查看>>
11.2 线程概念
查看>>
html页面加载 js方法
查看>>
OS X中crt中文乱码
查看>>
Session And Caching Issues in Windows Azure
查看>>
Tomcat 基础二
查看>>
Python 操作Mysql 简单的增删改查
查看>>
C 链表实现多项式
查看>>
下拉渐显菜单
查看>>