| Problem | minimum |
|---|---|
| User | popperoni |
| Submission Time | 2023-11-20 23:29:10 |
| 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 a, int b[a]) {
| ^
minimum.cpp: In function ‘int findMin(...)’:
minimum.cpp:6:21: error: ‘b’ was not declared in this scope
6 | return std::min(b);
| ^