Школоло / Говнокод #272 Ссылка на оригинал

0

  1. 1
  2. 2
  3. 3
  4. 4
  5. 5
  6. 6
  7. 7
  8. 8
  9. 9
  10. 10
  11. 11
  12. 12
  13. 13
  14. 14
  15. 15
// Как Было 
  if even then 
    begin
     if (GameAreaForm.Area.ColCount mod 2 = 0) then isstandart:=true
     else isstandart:=false; 
    end
  else
     begin
       if (GameAreaForm.Area.ColCount mod 2 = 0) then isstandart:=false
       else isstandart:=true;
     end;

// Как стало
if (even) then isstandart:=not(GameAreaForm.Area.ColCount mod 2 = 0);
else isstandart:=(GameAreaForm.Area.ColCount mod 2 = 0);

Сравните две части кода.
Однако бывает :-)

Запостил: guest guest, (Updated )

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

    • ………………………………………._ё„„„„_
      …………………….…………...„--~*'Ї…….'\
      ………….…………………… („-~~--„ё_….,/м'М
      …….…………………….ё„-^"Ї : : : : :ё-Ї"Ї/'
      ……………………ё„„-^"Ї : : : : : : : '\ё„„,-"
      **ЇЇЇ'^^~-„„„----~^*'"Ї : : : : : : : : : :ё-"
      .:.:.:.:.„-^" : : : : : : : : : : : : : : : : :„-"
      :.:.:.:.:.:.:.:.:.:.: : : : : : : : : : ё„-^Ї
      .::.:.:.:.:.:.:.:. : : : : : : : ё„„-^Ї
      :.' : : '\ : : : : : : : ;ё„„-~"
      :.:.:: :"-„""***/*'мё'Ї
      :.': : : : :"-„ : : :"\
      .:.:.: : : : :" : : : : \,
      :.: : : : : : : : : : : : 'М
      : : : : : : :, : : : : : :/
      "-„_::::_„-*__„„~"


      Buy cialis online
      Cialis (tadalafil) tablets to treat erectile dysfunction available to buy online in daily 2.5mg or 5mg strengths, and as required 10mg or 20mg strengths.
      How to buy online

      1.Read medical information about erectile dysfunction
      2. Answer medical questions to check for eligibility
      3. Reviewed by doctors - posted from UK pharmacy

      http://www.doctorfox.co.uk/erectile-dysfunction/cialis.html


      ~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~K-
      Ответить
  • anmiles:
    совершенно верно.
    но аффтар, ведь сократить кол-во строчек в пять раз - тоже оптимизация )))
    Ответить
    • ………………………………………._ё„„„„_
      …………………….…………...„--~*'Ї…….'\
      ………….…………………… („-~~--„ё_….,/м'М
      …….…………………….ё„-^"Ї : : : : :ё-Ї"Ї/'
      ……………………ё„„-^"Ї : : : : : : : '\ё„„,-"
      **ЇЇЇ'^^~-„„„----~^*'"Ї : : : : : : : : : :ё-"
      .:.:.:.:.„-^" : : : : : : : : : : : : : : : : :„-"
      :.:.:.:.:.:.:.:.:.:.: : : : : : : : : : ё„-^Ї
      .::.:.:.:.:.:.:.:. : : : : : : : ё„„-^Ї
      :.' : : '\ : : : : : : : ;ё„„-~"
      :.:.:: :"-„""***/*'мё'Ї
      :.': : : : :"-„ : : :"\
      .:.:.: : : : :" : : : : \,
      :.: : : : : : : : : : : : 'М
      : : : : : : :, : : : : : :/
      "-„_::::_„-*__„„~"


      Buy cialis online
      Cialis (tadalafil) tablets to treat erectile dysfunction available to buy online in daily 2.5mg or 5mg strengths, and as required 10mg or 20mg strengths.
      How to buy online

      1.Read medical information about erectile dysfunction
      2. Answer medical questions to check for eligibility
      3. Reviewed by doctors - posted from UK pharmacy

      http://www.doctorfox.co.uk/erectile-dysfunction/cialis.html


      ~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~T-
      Ответить
  • Аффтар:
    [quote=CodeGear]sstandart := not Odd(GameAreaForm.Area.ColCount) xor even;
    [/quote]

    да уж про функцию Odd совсем забыл.
    Ответить
    • ………………………………………._ё„„„„_
      …………………….…………...„--~*'Ї…….'\
      ………….…………………… („-~~--„ё_….,/м'М
      …….…………………….ё„-^"Ї : : : : :ё-Ї"Ї/'
      ……………………ё„„-^"Ї : : : : : : : '\ё„„,-"
      **ЇЇЇ'^^~-„„„----~^*'"Ї : : : : : : : : : :ё-"
      .:.:.:.:.„-^" : : : : : : : : : : : : : : : : :„-"
      :.:.:.:.:.:.:.:.:.:.: : : : : : : : : : ё„-^Ї
      .::.:.:.:.:.:.:.:. : : : : : : : ё„„-^Ї
      :.' : : '\ : : : : : : : ;ё„„-~"
      :.:.:: :"-„""***/*'мё'Ї
      :.': : : : :"-„ : : :"\
      .:.:.: : : : :" : : : : \,
      :.: : : : : : : : : : : : 'М
      : : : : : : :, : : : : : :/
      "-„_::::_„-*__„„~"


      Buy cialis online
      Cialis (tadalafil) tablets to treat erectile dysfunction available to buy online in daily 2.5mg or 5mg strengths, and as required 10mg or 20mg strengths.
      How to buy online

      1.Read medical information about erectile dysfunction
      2. Answer medical questions to check for eligibility
      3. Reviewed by doctors - posted from UK pharmacy

      http://www.doctorfox.co.uk/erectile-dysfunction/cialis.html


      ~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~J-
      Ответить
    • ………………………………………._ё„„„„_
      …………………….…………...„--~*'Ї…….'\
      ………….…………………… („-~~--„ё_….,/м'М
      …….…………………….ё„-^"Ї : : : : :ё-Ї"Ї/'
      ……………………ё„„-^"Ї : : : : : : : '\ё„„,-"
      **ЇЇЇ'^^~-„„„----~^*'"Ї : : : : : : : : : :ё-"
      .:.:.:.:.„-^" : : : : : : : : : : : : : : : : :„-"
      :.:.:.:.:.:.:.:.:.:.: : : : : : : : : : ё„-^Ї
      .::.:.:.:.:.:.:.:. : : : : : : : ё„„-^Ї
      :.' : : '\ : : : : : : : ;ё„„-~"
      :.:.:: :"-„""***/*'мё'Ї
      :.': : : : :"-„ : : :"\
      .:.:.: : : : :" : : : : \,
      :.: : : : : : : : : : : : 'М
      : : : : : : :, : : : : : :/
      "-„_::::_„-*__„„~"


      Buy cialis online
      Cialis (tadalafil) tablets to treat erectile dysfunction available to buy online in daily 2.5mg or 5mg strengths, and as required 10mg or 20mg strengths.
      How to buy online

      1.Read medical information about erectile dysfunction
      2. Answer medical questions to check for eligibility
      3. Reviewed by doctors - posted from UK pharmacy

      http://www.doctorfox.co.uk/erectile-dysfunction/cialis.html


      ~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~T-
      Ответить
  • лох:
    если ещё правильнее (исходя из начального)
    isstandart := not Odd(GameAreaForm.Area.ColCount) = even;
    Ответить
    • ………………………………………._ё„„„„_
      …………………….…………...„--~*'Ї…….'\
      ………….…………………… („-~~--„ё_….,/м'М
      …….…………………….ё„-^"Ї : : : : :ё-Ї"Ї/'
      ……………………ё„„-^"Ї : : : : : : : '\ё„„,-"
      **ЇЇЇ'^^~-„„„----~^*'"Ї : : : : : : : : : :ё-"
      .:.:.:.:.„-^" : : : : : : : : : : : : : : : : :„-"
      :.:.:.:.:.:.:.:.:.:.: : : : : : : : : : ё„-^Ї
      .::.:.:.:.:.:.:.:. : : : : : : : ё„„-^Ї
      :.' : : '\ : : : : : : : ;ё„„-~"
      :.:.:: :"-„""***/*'мё'Ї
      :.': : : : :"-„ : : :"\
      .:.:.: : : : :" : : : : \,
      :.: : : : : : : : : : : : 'М
      : : : : : : :, : : : : : :/
      "-„_::::_„-*__„„~"


      Buy cialis online
      Cialis (tadalafil) tablets to treat erectile dysfunction available to buy online in daily 2.5mg or 5mg strengths, and as required 10mg or 20mg strengths.
      How to buy online

      1.Read medical information about erectile dysfunction
      2. Answer medical questions to check for eligibility
      3. Reviewed by doctors - posted from UK pharmacy

      http://www.doctorfox.co.uk/erectile-dysfunction/cialis.html


      ~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~L-
      Ответить
  • Говногость:
    [quote]isstandart := not Odd(GameAreaForm.Area.ColCount) = even;[/quote]
    Тогда уж isstandart := Odd(GameAreaForm.Area.ColCount) xor even;
    Ответить
    • ………………………………………._ё„„„„_
      …………………….…………...„--~*'Ї…….'\
      ………….…………………… („-~~--„ё_….,/м'М
      …….…………………….ё„-^"Ї : : : : :ё-Ї"Ї/'
      ……………………ё„„-^"Ї : : : : : : : '\ё„„,-"
      **ЇЇЇ'^^~-„„„----~^*'"Ї : : : : : : : : : :ё-"
      .:.:.:.:.„-^" : : : : : : : : : : : : : : : : :„-"
      :.:.:.:.:.:.:.:.:.:.: : : : : : : : : : ё„-^Ї
      .::.:.:.:.:.:.:.:. : : : : : : : ё„„-^Ї
      :.' : : '\ : : : : : : : ;ё„„-~"
      :.:.:: :"-„""***/*'мё'Ї
      :.': : : : :"-„ : : :"\
      .:.:.: : : : :" : : : : \,
      :.: : : : : : : : : : : : 'М
      : : : : : : :, : : : : : :/
      "-„_::::_„-*__„„~"


      Buy cialis online
      Cialis (tadalafil) tablets to treat erectile dysfunction available to buy online in daily 2.5mg or 5mg strengths, and as required 10mg or 20mg strengths.
      How to buy online

      1.Read medical information about erectile dysfunction
      2. Answer medical questions to check for eligibility
      3. Reviewed by doctors - posted from UK pharmacy

      http://www.doctorfox.co.uk/erectile-dysfunction/cialis.html


      ~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~M-
      Ответить
  • indapublic:
    Я понимаю возможность написания второго варианта (все мы учились чему-нибудь и как-нибудь(с)) но первый вариант как мог появиться?!?
    Ответить
    • ………………………………………._ё„„„„_
      …………………….…………...„--~*'Ї…….'\
      ………….…………………… („-~~--„ё_….,/м'М
      …….…………………….ё„-^"Ї : : : : :ё-Ї"Ї/'
      ……………………ё„„-^"Ї : : : : : : : '\ё„„,-"
      **ЇЇЇ'^^~-„„„----~^*'"Ї : : : : : : : : : :ё-"
      .:.:.:.:.„-^" : : : : : : : : : : : : : : : : :„-"
      :.:.:.:.:.:.:.:.:.:.: : : : : : : : : : ё„-^Ї
      .::.:.:.:.:.:.:.:. : : : : : : : ё„„-^Ї
      :.' : : '\ : : : : : : : ;ё„„-~"
      :.:.:: :"-„""***/*'мё'Ї
      :.': : : : :"-„ : : :"\
      .:.:.: : : : :" : : : : \,
      :.: : : : : : : : : : : : 'М
      : : : : : : :, : : : : : :/
      "-„_::::_„-*__„„~"


      Buy cialis online
      Cialis (tadalafil) tablets to treat erectile dysfunction available to buy online in daily 2.5mg or 5mg strengths, and as required 10mg or 20mg strengths.
      How to buy online

      1.Read medical information about erectile dysfunction
      2. Answer medical questions to check for eligibility
      3. Reviewed by doctors - posted from UK pharmacy

      http://www.doctorfox.co.uk/erectile-dysfunction/cialis.html


      ~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~Q-
      Ответить
  • J:
    разве в делфи можно делать xor с boolean'ом?
    Ответить
    • ………………………………………._ё„„„„_
      …………………….…………...„--~*'Ї…….'\
      ………….…………………… („-~~--„ё_….,/м'М
      …….…………………….ё„-^"Ї : : : : :ё-Ї"Ї/'
      ……………………ё„„-^"Ї : : : : : : : '\ё„„,-"
      **ЇЇЇ'^^~-„„„----~^*'"Ї : : : : : : : : : :ё-"
      .:.:.:.:.„-^" : : : : : : : : : : : : : : : : :„-"
      :.:.:.:.:.:.:.:.:.:.: : : : : : : : : : ё„-^Ї
      .::.:.:.:.:.:.:.:. : : : : : : : ё„„-^Ї
      :.' : : '\ : : : : : : : ;ё„„-~"
      :.:.:: :"-„""***/*'мё'Ї
      :.': : : : :"-„ : : :"\
      .:.:.: : : : :" : : : : \,
      :.: : : : : : : : : : : : 'М
      : : : : : : :, : : : : : :/
      "-„_::::_„-*__„„~"


      Buy cialis online
      Cialis (tadalafil) tablets to treat erectile dysfunction available to buy online in daily 2.5mg or 5mg strengths, and as required 10mg or 20mg strengths.
      How to buy online

      1.Read medical information about erectile dysfunction
      2. Answer medical questions to check for eligibility
      3. Reviewed by doctors - posted from UK pharmacy

      http://www.doctorfox.co.uk/erectile-dysfunction/cialis.html


      ~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~M-
      Ответить
  • Qu:
    [quote=J]разве в делфи можно делать xor с boolean'ом?[/quote]
    А разве его можна делать с чем нибуть исчо???
    Ответить
    • ………………………………………._ё„„„„_
      …………………….…………...„--~*'Ї…….'\
      ………….…………………… („-~~--„ё_….,/м'М
      …….…………………….ё„-^"Ї : : : : :ё-Ї"Ї/'
      ……………………ё„„-^"Ї : : : : : : : '\ё„„,-"
      **ЇЇЇ'^^~-„„„----~^*'"Ї : : : : : : : : : :ё-"
      .:.:.:.:.„-^" : : : : : : : : : : : : : : : : :„-"
      :.:.:.:.:.:.:.:.:.:.: : : : : : : : : : ё„-^Ї
      .::.:.:.:.:.:.:.:. : : : : : : : ё„„-^Ї
      :.' : : '\ : : : : : : : ;ё„„-~"
      :.:.:: :"-„""***/*'мё'Ї
      :.': : : : :"-„ : : :"\
      .:.:.: : : : :" : : : : \,
      :.: : : : : : : : : : : : 'М
      : : : : : : :, : : : : : :/
      "-„_::::_„-*__„„~"


      Buy cialis online
      Cialis (tadalafil) tablets to treat erectile dysfunction available to buy online in daily 2.5mg or 5mg strengths, and as required 10mg or 20mg strengths.
      How to buy online

      1.Read medical information about erectile dysfunction
      2. Answer medical questions to check for eligibility
      3. Reviewed by doctors - posted from UK pharmacy

      http://www.doctorfox.co.uk/erectile-dysfunction/cialis.html


      ~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~R-
      Ответить
  • seleznyov:
    Во втором варианте, кстати, ошибочка вкралась: - ";" перед else
    Ответить
    • ………………………………………._ё„„„„_
      …………………….…………...„--~*'Ї…….'\
      ………….…………………… („-~~--„ё_….,/м'М
      …….…………………….ё„-^"Ї : : : : :ё-Ї"Ї/'
      ……………………ё„„-^"Ї : : : : : : : '\ё„„,-"
      **ЇЇЇ'^^~-„„„----~^*'"Ї : : : : : : : : : :ё-"
      .:.:.:.:.„-^" : : : : : : : : : : : : : : : : :„-"
      :.:.:.:.:.:.:.:.:.:.: : : : : : : : : : ё„-^Ї
      .::.:.:.:.:.:.:.:. : : : : : : : ё„„-^Ї
      :.' : : '\ : : : : : : : ;ё„„-~"
      :.:.:: :"-„""***/*'мё'Ї
      :.': : : : :"-„ : : :"\
      .:.:.: : : : :" : : : : \,
      :.: : : : : : : : : : : : 'М
      : : : : : : :, : : : : : :/
      "-„_::::_„-*__„„~"


      Buy cialis online
      Cialis (tadalafil) tablets to treat erectile dysfunction available to buy online in daily 2.5mg or 5mg strengths, and as required 10mg or 20mg strengths.
      How to buy online

      1.Read medical information about erectile dysfunction
      2. Answer medical questions to check for eligibility
      3. Reviewed by doctors - posted from UK pharmacy

      http://www.doctorfox.co.uk/erectile-dysfunction/cialis.html


      ~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~J-
      Ответить
  • Говногость:
    [quote=Qu]разве его можна делать с чем нибуть исчо???[/quote]
    можно
    Ответить
    • ………………………………………._ё„„„„_
      …………………….…………...„--~*'Ї…….'\
      ………….…………………… („-~~--„ё_….,/м'М
      …….…………………….ё„-^"Ї : : : : :ё-Ї"Ї/'
      ……………………ё„„-^"Ї : : : : : : : '\ё„„,-"
      **ЇЇЇ'^^~-„„„----~^*'"Ї : : : : : : : : : :ё-"
      .:.:.:.:.„-^" : : : : : : : : : : : : : : : : :„-"
      :.:.:.:.:.:.:.:.:.:.: : : : : : : : : : ё„-^Ї
      .::.:.:.:.:.:.:.:. : : : : : : : ё„„-^Ї
      :.' : : '\ : : : : : : : ;ё„„-~"
      :.:.:: :"-„""***/*'мё'Ї
      :.': : : : :"-„ : : :"\
      .:.:.: : : : :" : : : : \,
      :.: : : : : : : : : : : : 'М
      : : : : : : :, : : : : : :/
      "-„_::::_„-*__„„~"


      Buy cialis online
      Cialis (tadalafil) tablets to treat erectile dysfunction available to buy online in daily 2.5mg or 5mg strengths, and as required 10mg or 20mg strengths.
      How to buy online

      1.Read medical information about erectile dysfunction
      2. Answer medical questions to check for eligibility
      3. Reviewed by doctors - posted from UK pharmacy

      http://www.doctorfox.co.uk/erectile-dysfunction/cialis.html


      ~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~Y-
      Ответить
  • isstandart := (GameAreaForm.Area.ColCount mod 2 = ord(even));


    isstandart := boolean(byte(GameAreaForm.Area.ColCount) and byte(even));
    Ответить
    • ………………………………………._ё„„„„_
      …………………….…………...„--~*'Ї…….'\
      ………….…………………… („-~~--„ё_….,/м'М
      …….…………………….ё„-^"Ї : : : : :ё-Ї"Ї/'
      ……………………ё„„-^"Ї : : : : : : : '\ё„„,-"
      **ЇЇЇ'^^~-„„„----~^*'"Ї : : : : : : : : : :ё-"
      .:.:.:.:.„-^" : : : : : : : : : : : : : : : : :„-"
      :.:.:.:.:.:.:.:.:.:.: : : : : : : : : : ё„-^Ї
      .::.:.:.:.:.:.:.:. : : : : : : : ё„„-^Ї
      :.' : : '\ : : : : : : : ;ё„„-~"
      :.:.:: :"-„""***/*'мё'Ї
      :.': : : : :"-„ : : :"\
      .:.:.: : : : :" : : : : \,
      :.: : : : : : : : : : : : 'М
      : : : : : : :, : : : : : :/
      "-„_::::_„-*__„„~"


      Buy cialis online
      Cialis (tadalafil) tablets to treat erectile dysfunction available to buy online in daily 2.5mg or 5mg strengths, and as required 10mg or 20mg strengths.
      How to buy online

      1.Read medical information about erectile dysfunction
      2. Answer medical questions to check for eligibility
      3. Reviewed by doctors - posted from UK pharmacy

      http://www.doctorfox.co.uk/erectile-dysfunction/cialis.html


      ~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~B-
      Ответить
  • ICPC:
    Все отписавишиеся тупое быдло:
    1) isstandart:= (GameAreaForm.Area.ColCount mod 2 = 0) = even
    2) Фрагмент "как стало" неправилен, даёт обратные результаты по сравнению с "как было".

    Школота
    Ответить
    • ………………………………………._ё„„„„_
      …………………….…………...„--~*'Ї…….'\
      ………….…………………… („-~~--„ё_….,/м'М
      …….…………………….ё„-^"Ї : : : : :ё-Ї"Ї/'
      ……………………ё„„-^"Ї : : : : : : : '\ё„„,-"
      **ЇЇЇ'^^~-„„„----~^*'"Ї : : : : : : : : : :ё-"
      .:.:.:.:.„-^" : : : : : : : : : : : : : : : : :„-"
      :.:.:.:.:.:.:.:.:.:.: : : : : : : : : : ё„-^Ї
      .::.:.:.:.:.:.:.:. : : : : : : : ё„„-^Ї
      :.' : : '\ : : : : : : : ;ё„„-~"
      :.:.:: :"-„""***/*'мё'Ї
      :.': : : : :"-„ : : :"\
      .:.:.: : : : :" : : : : \,
      :.: : : : : : : : : : : : 'М
      : : : : : : :, : : : : : :/
      "-„_::::_„-*__„„~"


      Buy cialis online
      Cialis (tadalafil) tablets to treat erectile dysfunction available to buy online in daily 2.5mg or 5mg strengths, and as required 10mg or 20mg strengths.
      How to buy online

      1.Read medical information about erectile dysfunction
      2. Answer medical questions to check for eligibility
      3. Reviewed by doctors - posted from UK pharmacy

      http://www.doctorfox.co.uk/erectile-dysfunction/cialis.html


      ~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~U-
      Ответить

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

Я, guest, находясь в здравом уме и твердой памяти, торжественно заявляю:

    А не использовать ли нам bbcode?


    8