Problem | minimum |
---|---|
User | chinesewarcriminal |
Submission Time | 2024-04-20 20:18:06 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
minimum.cpp: In function ‘int findMin(int, int*)’:
minimum.cpp:5:21: error: ‘arr’ was not declared in this scope
5 | long long ans = arr[0];
| ^~~
minimum.cpp:7:19: error: expected primary-expression before ‘<’ token
7 | if (A[i] =< ans){
| ^