| Problem | minimum |
|---|---|
| User | xlpaun |
| Submission Time | 2026-03-04 17:53:32 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
minimum.cpp: In function ‘int findMin(int, int*)’:
minimum.cpp:7:26: error: request for member ‘size’ in ‘A’, which is of non-class type ‘int*’
7 | for(int i = 0; i < A.size(); i++){
| ^~~~
minimum.cpp:8:17: error: ‘a’ was not declared in this scope
8 | l = min(a[i], l);
| ^