1. Java / Говнокод #1387

    +78.5

    1. 01
    2. 02
    3. 03
    4. 04
    5. 05
    6. 06
    7. 07
    8. 08
    9. 09
    10. 10
    11. 11
    12. 12
    13. 13
    14. 14
    15. 15
    16. 16
    17. 17
    18. 18
    19. 19
    20. 20
    21. 21
    22. 22
    23. 23
    if (choice==0)
                new Browser(null, display, this, this, false);
            
            if (choice==1)
                new Browser(null, display, this, this, true);
            
            if (choice==2)
                new Browser(null, display, this, this, false);
            
            if (choice==3)
                new Browser(null, display, this, this, true);
            
            if (choice==4)
                new Browser(null, display, this, this, false);
            
            if (choice==5)
                new Browser(null, display, this, this, true);
            
            if (choice==6)
                new Browser(null, display, this, this, false);
            
            if (choice==7)
                new Browser(null, display, this, this, true);

    Сохранить, загрузить, сохранить, загрузить...

    Запостил: guest, 19 Июля 2009

    Комментарии (6) RSS

    • TEHEK:
      boolean is_odd (int a) {
      
      if (a == 1) return true;
      if (a == 2) return false;
      if (a == 3) return true;
      if (a == 4) return false;
      if (a == 5) return true;
      if (a == 6) return false;
      if (a == 7) return true;
      if (a == 8) return false;
      if (a == 9) return true;
      if (a == 10) return false;
      if (a == 11) return true;
      if (a == 12) return false;
      ...
      }


      XD
      Ответить
    • var a = (choice % 2) == 1;
      new Browser(null, display, this, this, a);
      Ответить
    • aaa
      if (a == 12) return false;
      ...
      eto kak poniat?
      tipa... i tak dalee? to est avto etogo koda dazhe seichas pishit IF-i? :D

      if (a == 1000000) return false;
      if (a == 1000001) return true;
      if (a == 1000002) return false;
      if (a == 1000003) return true;
      if (a == 1000004) return false;
      ...

      LOOOOOL
      Ответить
    • do beskonechnosti :D
      Ответить

    Добавить комментарий