Bryce1010模板

#include <bits/stdc++.h>

using namespace std;
#define LL long long
int main()
{
int m,k;
int ca=1;
while(cin>>m)
{
if(m<64)
cout<<"Case #"<<ca++<<": "<<(LL)(log10(pow(2,m)-1))<<endl;
else cout<<"Case #"<<ca++<<": "<<(LL)(m*log10(2))<<endl;
}
return 0;
}

最新文章

  1. [SQLServer大对象]——FileTable从文件系统迁移文件
  2. Swift运算符
  3. html canvas 弹球(模仿)
  4. 定时自动关闭messagebox
  5. 前端Mvvm QC 上传了测试版
  6. GMap.Net开发之在WinForm和WPF中使用GMap.Net地图插件
  7. 一塔湖图(codevs 1024)
  8. 【转】reduce端缓存数据过多出现FGC,导致reduce生成的数据无法写到hdfs
  9. 用户编辑新建_AngularJS实现
  10. eclipse创建项目时出现appcompat_v7包及解决办法
  11. pandas对象保存到mysql出错提示“BLOB/TEXT column used in key specification without a key length”解决办法
  12. iOS8新特性之基于地理位置的消息通知UILocalNotification
  13. hdu5353
  14. A Game of Thrones(12) - Eddard
  15. 【Unity3D】Unity3D开发《我的世界》之六、创建地形(视频 + 源码)
  16. type=&quot;submit&quot; button的用法
  17. Texlive 更新命令
  18. day15 函数的使用方法:递归函数
  19. python 深入浅出装饰器(decorator)--举的例子关于星级争霸2(starcraft2)
  20. 1、python同级目录及子目录模块引入

热门文章

  1. 外排序 &amp; 败者树 &amp; 多路归并-学习
  2. 再说javascript 的__proto__ 和prototype 属性
  3. CentOS 6.x Inotify+Rsync
  4. Android网络编程之使用HTTP訪问网络资源
  5. ASO--简单了解
  6. RSA私钥加密公钥解密、各种密钥格式转换
  7. iOS开发——高级篇——iOS抽屉效果实现原理
  8. SSH无密码验证可能出现的问题
  9. WIN7 不用格式化磁盘怎么把FAT32系统改成NTFS系统
  10. github相关