сложный switch

    Date: 06/09/06 (Code WTF)    Keywords: no keywords

    Суть проблемы: есть двузначное число от 1 до 50, нужна функция, которая для него возвращает число. Для 1-10 - 1; для 11-20 - 2 и т.д...

    Брат по разуму Некий индус написал:

    switch (n) {
      case 1: return 1;
      case 2: return 1;
      ...
      case 11: return 2;
      ...
      case 50: return 5;
    }
    

    Source: http://community.livejournal.com/code_wtf/41479.html

« A case for a good psychiatrist || И чёрт меня... »


antivirus | apache | asp | blogging | browser | bugtracking | cms | crm | css | database | ebay | ecommerce | google | hosting | html | java | jsp | linux | microsoft | mysql | offshore | offshoring | oscommerce | php | postgresql | programming | rss | security | seo | shopping | software | spam | spyware | sql | technology | templates | tracker | virus | web | xml | yahoo | home