Problem simplebridges
User siglaptomarymount
Submission Time 2026-01-05 16:30:03
Score 0
Max Time N/A
Max Memory N/A

Compile Error

simplebridges.cpp: In function ‘int main()’:
simplebridges.cpp:9:8: error: expected ‘(’ before ‘j’
9 | if j = 0 cout << "Yes";
| ^
| (
simplebridges.cpp:10:5: error: ‘else’ without a previous ‘if’
10 | else cout << "No";
| ^~~~