Problem | minimum |
---|---|
User | Kaydn |
Submission Time | 2025-02-24 21:45:34 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
minimum.cpp:6:27: error: use of parameter outside function body before ‘]’ token
6 | int findMin(ll n, ll arr[n]){
| ^
minimum.cpp: In function ‘int findMin(...)’:
minimum.cpp:7:11: error: ‘arr’ was not declared in this scope
7 | ll ans = arr[0];
| ^~~
minimum.cpp:8:20: error: ‘n’ was not declared in this scope
8 | for(ll i = 0; i < n; i++){
| ^