| Problem | minimum |
|---|---|
| User | monke |
| Submission Time | 2025-12-09 20:35:28 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
minimum.cpp: In function ‘int findMin(int, int*)’:
minimum.cpp:2:12: error: ‘a’ was not declared in this scope
2 | int min = a[0];
| ^
minimum.cpp:3:21: error: ‘begin’ was not declared in this scope
3 | for (int element : A){
| ^
minimum.cpp:3:21: error: ‘end’ was not declared in this scope