标签:class logs jpg ble 编号 std include sub ams
10 4
2
1 #include <stdio.h> 2 int main(int argc, char *argv[]) 3 { 4 int x,y; 5 scanf("%d%d",&x,&y); 6 while(x!=y) 7 { 8 if(x>y) x=x/2; 9 else y=y/2; 10 } 11 printf("%d\n",x); 12 return 0; 13 }
标签:class logs jpg ble 编号 std include sub ams
原文地址:http://www.cnblogs.com/huashanqingzhu/p/7183564.html