Problem simplebridges
User andikawahyudi
Submission Time 2026-01-07 21:07:12
Score 0
Max Time N/A
Max Memory N/A

Compile Error

simplebridges.cpp: In function ‘int main()’:
simplebridges.cpp:8:27: error: lvalue required as left operand of assignment
8 | if (s - e = k || e - s = k) {
| ^
simplebridges.cpp:12:2: error: expected ‘}’ at end of input
12 | }
| ^
simplebridges.cpp:5:15: note: to match this ‘{’
5 | signed main() {
| ^