摘要:
第一次一次通过,逻辑太简单。。。#includeusing namespace std;void main(){ int n; while(cin>>n&&n!=0) { int temp=1; while(n%2==0) { temp*=2; n/=2; } cout<<temp... 阅读全文
posted @ 2014-03-29 15:07
mnmlist1
阅读(103)
评论(0)
推荐(0)
摘要:
Losers always whine about their best. Winners go home and fuck the prom queen。很操蛋却非常有意思的题目,注意变量的类型,学分能最后为0?分数的范围?很操蛋。#includeusing namespace std;void ... 阅读全文
posted @ 2014-03-29 00:05
mnmlist1
阅读(157)
评论(0)
推荐(0)


浙公网安备 33010602011771号