Problem shamelessad3
User Ush
Submission Time 2024-12-07 14:52:37
Score 0
Max Time N/A
Max Memory N/A

Compile Error

shamelessad3.cpp: In function ‘int main()’:
shamelessad3.cpp:19:23: error: expected ‘)’ before ‘;’ token
19 | mini=min(mini, A[e];
| ~ ^
| )
shamelessad3.cpp:22:1: error: expected ‘}’ at end of input
22 | }
| ^
shamelessad3.cpp:5:15: note: to match this ‘{’
5 | signed main() {
| ^