Problem assistance
User dakingwawin
Submission Time 2024-12-11 16:03:02
Score 0
Max Time N/A
Max Memory N/A

Compile Error

assistance.cpp: In function ‘int32_t main()’:
assistance.cpp:12:33: error: expected ‘)’ before ‘;’ token
12 | smallest = min(smallest,arr[i];
| ~ ^
| )