Problem minimum
User wrizz69
Submission Time 2023-11-10 15:00:25
Score 0
Max Time N/A
Max Memory N/A

Compile Error

minimum.cpp:2:9: error: macro names must be identifiers
2 | #define <bits/stdc++.h>
| ^
minimum.cpp: In function ‘int findMin(int, int*)’:
minimum.cpp:5:13: error: ‘min_elemnt’ was not declared in this scope
5 | return *min_elemnt(A,A+N);
| ^~~~~~~~~~