RSS
linjiazhen
分类
标签云
搜索
随机文章
最新评论
最新留言
链接
计数器
145094
UVA 575: Skew Binary
题目大意:
定义一个新的进制数,把这种新数转化为十进制数。
解题代码:
#include<iostream> using namespace std; int main(){ string s; while(cin>>s&&s!="0"){ int sum=0; int len=s.length(); for(int i=0;i<len;i++) sum+=(s[i]-'0')*((1<<(len-i))-1); cout<<sum<<endl; } }
- [ICM Technex 2018 and Codeforces Round #463][Codeforces 932E] Team Work
- [2016-2017 ACM-ICPC CHINA-Final][GYM 101194 E] Bet
- [坑]狄利克雷卷积和反演
- 抽代试卷上的一个题
- [BZOJ4734] [清华集训2016] 如何优雅地求和
- Codeforces Goodbye2016 G New Year and Binary Tree Paths 数学+DP
- *2
- 学委真不负责
- [BZOJ 2186]沙拉公主的困惑
- 听说所有symmetric Pascal matrix的行列式都是1
2024年1月14日 18:15
Awesome blog. I enjoyed reading your articles. This is truly a great read for me. I have bookmarked it and I am looking forward to reading new articles. Keep up the good work