Problem potatosalad
User GanJaeHan
Submission Time 2026-01-28 17:24:45
Score 0
Max Time N/A
Max Memory N/A

Compile Error

potatosalad.cpp:3:10: error: ‘D’ was not declared in this scope
3 | int N, M[D];
| ^
potatosalad.cpp: In function ‘int main()’:
potatosalad.cpp:5:14: error: ‘D’ was not declared in this scope
5 | cin >> N >> D >> M;
| ^
potatosalad.cpp:5:19: error: ‘M’ was not declared in this scope
5 | cin >> N >> D >> M;
| ^
potatosalad.cpp:8:5: error: ‘sort’ was not declared in this scope; did you mean ‘qsort’?
8 | sort(M, M + a, greater<int>());
| ^~~~
| qsort