| Problem | minimum |
|---|---|
| User | toditisdoingthisforfun |
| Submission Time | 2026-01-06 15:32:00 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
minimum.cpp: In function ‘int compare(const void*, const void*)’:
minimum.cpp:8:19: error: invalid conversion from ‘const void*’ to ‘const int*’ [-fpermissive]
8 | const int *valA= a;
| ^
| |
| const void*
minimum.cpp:9:19: error: invalid conversion from ‘const void*’ to ‘const int*’ [-fpermissive]
9 | const int *valB= b;
| ^
| |
| const void*
minimum.cpp: In function ‘int main()’:
minimum.cpp:22:11: error: expected primary-expression before ‘int’
22 | findMin (int N, int A[]);
| ^~~
minimum.cpp:22:18: error: expected primary-expression before ‘int’
22 | findMin (int N, int A[]);
| ^~~