Problem | minimum |
---|---|
User | boaznumberd5555 |
Submission Time | 2023-03-24 14:45:08 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
minimum.cpp: In function ‘int32_t findMin(long long int, long long int*)’:
minimum.cpp:5:2: error: ‘output’ was not declared in this scope
5 | output = 1000000001
| ^~~~~~
minimum.cpp:6:17: error: ‘i’ was not declared in this scope
6 | for(int i = 0; i<arrLength; i++){
| ^