Problem minimum
User christal
Submission Time 2023-12-09 15:11:48
Score 0
Max Time N/A
Max Memory N/A

Compile Error

minimum.cpp:2:9: error: macro names must be identifiers
2 | #define || long long
| ^~
minimum.cpp: In function ‘int main()’:
minimum.cpp:7:9: error: expected ‘]’ before numeric constant
7 | int A[2 000 000 005];
| ^~~~
| ]
minimum.cpp:8:27: error: ‘i’ was not declared in this scope
8 | int findMin(int N, int A[i]);
| ^