Problem weddingcoins
User AltheaZ
Submission Time 2023-07-06 14:13:09
Score 0
Max Time N/A
Max Memory N/A

Compile Error

weddingcoins.cpp: In function ‘int main()’:
weddingcoins.cpp:17:10: error: request for member ‘erase’ in ‘coins’, which is of non-class type ‘int [13]’
17 | coins.erase(coins.end())
| ^~~~~
weddingcoins.cpp:17:22: error: request for member ‘end’ in ‘coins’, which is of non-class type ‘int [13]’
17 | coins.erase(coins.end())
| ^~~