| Problem | minimum |
|---|---|
| User | DaPeter |
| Submission Time | 2025-12-08 15:32:11 |
| 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:6: error: declaration of ‘int n’ shadows a parameter
2 | int n;cin>>n;
| ^
minimum.cpp:2:8: error: ‘cin’ was not declared in this scope
2 | int n;cin>>n;
| ^~~
minimum.cpp:4:12: error: ‘min’ was not declared in this scope
4 | return min(arr);
| ^~~