Problem ssoca
User xragon
Submission Time 2024-12-11 09:55:41
Score 0
Max Time N/A
Max Memory N/A

Compile Error

ssoca.cpp: In function ‘int main()’:
ssoca.cpp:32:15: error: expected ‘;’ before ‘l’
32 | r -= (n-1)
| ^
| ;
33 | l -= (n-1)
| ~