Problem minimum
User StarSparrowFox
Submission Time 2024-03-05 17:19:59
Score 0
Max Time N/A
Max Memory N/A

Compile Error

minimum.cpp: In function ‘int main()’:
minimum.cpp:6:51: error: a function-definition is not allowed here before ‘{’ token
6 | long long findMin(long long N, long long A[]) {
| ^
minimum.cpp:11:13: error: ‘N’ was not declared in this scope
11 | findMin(N, A);
| ^
minimum.cpp:11:16: error: ‘A’ was not declared in this scope
11 | findMin(N, A);
| ^
minimum.cpp:11:5: error: ‘findMin’ was not declared in this scope
11 | findMin(N, A);
| ^~~~~~~