Problem | minimum |
---|---|
User | RendezvousAnonymous |
Submission Time | 2023-11-09 09:35:43 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
minimum.cpp: In function ‘int findMin(int, int*)’:
minimum.cpp:90:12: error: request for member ‘size’ in ‘A’, which is of non-class type ‘int*’
90 | int x = A.size();
| ^~~~
minimum.cpp:93:11: error: ‘arr’ was not declared in this scope
93 | if (j > arr[i){
| ^~~
minimum.cpp:93:16: error: expected ‘]’ before ‘)’ token
93 | if (j > arr[i){
| ^
| ]