0_0_19356008_29624.cpp: In function 'int main()':
0_0_19356008_29624.cpp:30:9: error: request for member 'clear' in 'money', which is of non-class type 'int [105]'
money.clear();
^
0_0_19356008_29624.cpp:31:7: error: request for member 'clear' in 'gai', which is of non-class type 'double [105]'
gai.clear();
^
|