Problem ssoca
User j0ashhh
Submission Time 2026-01-16 15:52:34
Score 0
Max Time N/A
Max Memory N/A

Compile Error

ssoca.cpp: In function ‘int main()’:
ssoca.cpp:8:16: error: expected ‘;’ before ‘}’ token
8 | cin >> arr[i]
| ^
| ;
9 | }
| ~