Problem minimum
User SMILE
Submission Time 2024-09-27 08:49:51
Score 0
Max Time N/A
Max Memory N/A

Compile Error

minimum.cpp: In function ‘int main()’:
minimum.cpp:6:7: error: ‘N’ was not declared in this scope
6 | cin>>N, A[];
| ^
minimum.cpp:6:10: error: ‘A’ was not declared in this scope
6 | cin>>N, A[];
| ^
minimum.cpp:6:12: error: expected primary-expression before ‘]’ token
6 | cin>>N, A[];
| ^
minimum.cpp:7:26: error: expected primary-expression before ‘]’ token
7 | cout << findMin(N, A[]);
| ^