摘要: #include<cstdio>#include<cstring>#include<iostream>#include<algorithm>usingnamespace std;int main(){int n0, cs =0;while(scanf("%d",&n0)!= EOF && n0 ){int n1, n2, n3, n4, odd; n1 =3* n0;if( n1 %2==0){ odd =0; n2 = n1 /2;}else{ odd =1; n2 =(n1 +1)/2;} n3 = 阅读全文
posted @ 2013-04-05 10:29 天天AC 阅读(144) 评论(0) 推荐(0)