0_0_8767212_7492.cpp: In function `int main()':
0_0_8767212_7492.cpp:222: error: conflicting declaration 'int cnt[28]'
0_0_8767212_7492.cpp:219: error: 'cnt' has a previous declaration as `int cnt'
0_0_8767212_7492.cpp:222: error: declaration of `int cnt[28]'
0_0_8767212_7492.cpp:219: error: conflicts with previous declaration `int cnt'
0_0_8767212_7492.cpp:225: error: invalid types `int[int]' for array subscript
0_0_8767212_7492.cpp:231: error: invalid types `int[int]' for array subscript
|