two buttens

code forces   two buttens代码

*********************

#include <stdio.h>
int main(){
 int s,g,r=0;
 scanf("%d%d",&s,&g);
 for(;s<g;r++){
  if(g%2)g++;
  else g/=2;
 }
 printf("%d\n",r+s-g);
 return 0;
}

我做那天写了快一百行,看了这才知道自己是的问题,我TM咋老记不住条件弱化呢。

时间: 2024-10-01 19:56:48

two buttens的相关文章