| Problem | minimum |
|---|---|
| User | Cxt76 |
| Submission Time | 2024-11-20 09:06:49 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
minimum.cpp:5:27: error: use of parameter outside function body before ‘]’ token
5 | int findmin(int N, int A[N]) {
| ^
minimum.cpp: In function ‘int findmin(...)’:
minimum.cpp:6:7: error: ‘A’ was not declared in this scope
6 | sort(A,A+N);
| ^
minimum.cpp:6:11: error: ‘N’ was not declared in this scope
6 | sort(A,A+N);
| ^