Problem minimum
User paaaaaaaaaaaaaaaaaaa
Submission Time 2024-11-12 15:30:14
Score 0
Max Time N/A
Max Memory N/A

Compile Error

minimum.cpp:4:22: error: expected ‘)’ before ‘;’ token
4 | #define int long long;
| ^
minimum.cpp:11:17: note: in expansion of macro ‘int’
11 | int32_t findMin(int n, int a[]){
| ^~~
minimum.cpp:11:16: note: to match this ‘(’
11 | int32_t findMin(int n, int a[]){
| ^
minimum.cpp:11:21: error: ‘n’ does not name a type; did you mean ‘yn’?
11 | int32_t findMin(int n, int a[]){
| ^
| yn
minimum.cpp:11:28: error: ‘a’ does not name a type
11 | int32_t findMin(int n, int a[]){
| ^