Problem | weddingcoins |
---|---|
User | spidermancoolboy |
Submission Time | 2024-02-02 23:53:07 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
weddingcoins.cpp: In function ‘int main()’:
weddingcoins.cpp:8:23: error: request for member ‘size’ in ‘notes’, which is of non-class type ‘double [13]’
8 | for (int i=0;i<notes.size();i++){
| ^~~~