0_0_18688232_20335.cpp: In function 'void Solve(int&)':
0_0_18688232_20335.cpp:84:13: error: request for member 'count' in 'square', which is of non-class type 'int [1005]'
if (square.count(curNum)) cnt[cur]++;
^
0_0_18688232_20335.cpp:85:11: error: request for member 'count' in 'cube', which is of non-class type 'int [1005]'
if (cube.count(curNum)) cnt[cur]++;
^
0_0_18688232_20335.cpp:86:11: error: request for member 'count' in 'quad', which is of non-class type 'int [1005]'
if (quad.count(curNum)) cnt[cur]++;
^
|