Problem minimum
User boaznumberd5555
Submission Time 2023-03-24 14:44:48
Score 0
Max Time N/A
Max Memory N/A

Compile Error

minimum.cpp:3:22: error: expected ‘)’ before ‘;’ token
3 | #define int long long;
| ^
minimum.cpp:4:17: note: in expansion of macro ‘int’
4 | int32_t findMin(int arrLength, int arr[]){
| ^~~
minimum.cpp:4:16: note: to match this ‘(’
4 | int32_t findMin(int arrLength, int arr[]){
| ^
minimum.cpp:4:21: error: ‘arrLength’ does not name a type
4 | int32_t findMin(int arrLength, int arr[]){
| ^~~~~~~~~
minimum.cpp:4:36: error: ‘arr’ does not name a type
4 | int32_t findMin(int arrLength, int arr[]){
| ^~~