andrey-komarov / komarov-andrey

Automatically exported from code.google.com/p/komarov-andrey
0 stars 0 forks source link

problem1.1: замечания #6

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Не надо объявлять разнотипные (по сути) 
переменные в одной строчке.
Исправь:
    int x = 0, y = 0, len = 0, state = 0;

Original issue reported on code.google.com by alsergbox on 23 Feb 2011 at 7:51

GoogleCodeExporter commented 8 years ago

Original comment by tau...@gmail.com on 23 Feb 2011 at 11:03

GoogleCodeExporter commented 8 years ago
Можно было x и y оставить. Так тоже нормально.

Original comment by alsergbox on 24 Feb 2011 at 7:47