Problem minimum
User rhea61
Submission Time 2023-11-09 09:17:57
Score 0
Max Time N/A
Max Memory N/A

Compile Error

minimum.cpp: In function ‘int findMin(int, int*)’:
minimum.cpp:4:11: error: a function-definition is not allowed here before ‘{’ token
4 | int main(){
| ^
minimum.cpp:13:9: error: ‘minimum’ was not declared in this scope
13 | return minimum;
| ^~~~~~~