0_0_34705069_26821.cpp: In function 'int main()':
0_0_34705069_26821.cpp:77:26: error: 'cnt_g' was not declared in this scope
if(out[i].wz1 == 'G') cnt_g ++;
^
0_0_34705069_26821.cpp:82:6: error: 'cnt_g' was not declared in this scope
if(cnt_g < 1 || cnt_d < d || cnt_m < m || cnt_s < s){
^
|