摘要: 1 #include 2 3 using namespace std; 4 5 int a[250]; 6 7 int cal(int a[],int n) { 8 int cnt=1; 9 while (a[n-1]%2==0) {10 cnt++;11 ... 阅读全文
posted @ 2015-04-22 09:22 dominjune 阅读(176) 评论(0) 推荐(0) 编辑