| Problem | potatosalad |
|---|---|
| User | GanJaeHan |
| Submission Time | 2026-01-28 17:26:48 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
potatosalad.cpp:5:8: error: array bound is not an integer constant before ‘]’ token
5 | int M[D] = {};
| ^
potatosalad.cpp: In function ‘int main()’:
potatosalad.cpp:7:19: error: ‘M’ was not declared in this scope
7 | cin >> N >> D >> M;
| ^