Problem | radioactive |
---|---|
User | TheRaptor |
Submission Time | 2023-02-04 18:48:59 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
radioactive.cpp: In function ‘int main()’:
radioactive.cpp:92:6: error: request for member ‘push’ in ‘dp’, which is of non-class type ‘int [505]’
92 | dp.push(1);
| ^~~~
radioactive.cpp:94:7: error: request for member ‘push’ in ‘dp’, which is of non-class type ‘int [505]’
94 | dp.push(sum);
| ^~~~