zoukankan      html  css  js  c++  java
  • 阿里云错题集

    自增0504

    2.class Happy {
                     public static void main(String args[])     {
                         int i = 1 ;    
                         int j = i++ ;
                         if((i==(++j))&&((i++)==j))     {
                             i += j ;
                         }
                         System.out.println("i = "+i);
                     }
                 }
                     运行完上面代码之后输出i的值是多少?
    相关知识点: https://edu.aliyun.com/course/34


  • 相关阅读:
    Lightoj 1023
    Tju 4119. HDFS
    Lightoj 1020
    Lightoj 1019
    小奇挖矿 2(4和7)
    [AHOI2012]树屋阶梯
    漂亮字串
    Prison 监狱
    2-XOR-SAT
    牛宫
  • 原文地址:https://www.cnblogs.com/raising/p/12828540.html
Copyright © 2011-2022 走看看