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