Problem lowelements
User AaravRastogi
Submission Time 2025-12-04 16:51:53
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lowelements.cpp: In function ‘int main()’:
lowelements.cpp:19:18: error: expected ‘;’ before ‘}’ token
19 | m = min(p[i],m)}
| ^
| ;
lowelements.cpp:23:11: error: expected ‘}’ at end of input
23 | return 0;}
| ^
lowelements.cpp:5:14: note: to match this ‘{’
5 | signed main(){
| ^