Problem minimum
User LewDewMewPewShoo
Submission Time 2026-08-31 16:41:04
Score 0
Max Time N/A
Max Memory N/A

Compile Error

minimum.cpp: In function ‘int main()’:
minimum.cpp:15:15: error: expected ‘;’ before ‘}’ token
15 | C = A[I]
| ^
| ;
16 | }
| ~
minimum.cpp:19:1: error: expected ‘}’ at end of input
19 | }
| ^
minimum.cpp:4:15: note: to match this ‘{’
4 | signed main() {
| ^