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