| Problem | candymountain_ex |
|---|---|
| User | ZhangBowen |
| Submission Time | 2026-07-10 14:44:50 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
candymountain_ex.cpp: In function ‘int main()’:
candymountain_ex.cpp:31:16: error: request for member ‘back’ in ‘dp’, which is of non-class type ‘long long int [(n + 1)]’
31 | cout << dp.back();
| ^~~~