摘要:
第一次一次通过,逻辑太简单。。。#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... 阅读全文
摘要:
Losers always whine about their best. Winners go home and fuck the prom queen。很操蛋却非常有意思的题目,注意变量的类型,学分能最后为0?分数的范围?很操蛋。#includeusing namespace std;void ... 阅读全文