import java.util.Scanner; public class Main {     public static void main(String[] args) {         Scanner sc = new Scanner(System.in) ;         while (sc.hasNextInt()){             int x = sc.nextInt() ;             int step = 0 ;             int cur = 0 ;             int bs = 1 ;             while (cur != x){                 step++ ;                 if(cur > x ){                     if(cur-bs>=x){                         cur = cur-bs ; //向左跳                     }                     else{                         cur = cur+bs ; //向右跳                     }                 }else{                     if(cur+bs <= x){                         cur = cur+bs ; //向右跳                     }                     else                         cur = cur-bs ; //向左跳                 }                 bs++ ;             }             System.out.println(step);         }     } } 我忘记过了多少了, 但是很少,不知道该怎么改了...
点赞 评论

相关推荐

有趣的牛油果开挂了:最近这个阶段收到些杂七杂八的短信是真的烦
点赞 评论 收藏
分享
HNU_fsq:建议直接出国,这简历太6了。自愧不如
点赞 评论 收藏
分享
服从性笔试吗,发这么多笔,现在还在发。
蟑螂恶霸zZ:傻 x 公司,发两次笔试,两次部门匹配挂,
投递金山WPS等公司10个岗位 >
点赞 评论 收藏
分享
牛客网
牛客企业服务