Problem minimum
User AustinPi
Submission Time 2024-04-27 20:20:40
Score 0
Max Time N/A
Max Memory N/A

Compile Error

minimum.cpp: In function ‘int findMin(int, int*)’:
minimum.cpp:5:8: error: expected initializer before ‘+’ token
5 | int C +0;
| ^
minimum.cpp:7:12: error: ‘C’ was not declared in this scope
7 | if (B[i]<C) {
| ^
minimum.cpp:11:9: error: ‘C’ was not declared in this scope
11 | return C;
| ^