Problem simplebridges
User poopyjshdsd
Submission Time 2026-04-13 15:44:59
Score 0
Max Time N/A
Max Memory N/A

Compile Error

simplebridges.cpp: In function ‘int main()’:
simplebridges.cpp:12:2: error: expected ‘,’ or ‘;’ before ‘if’
12 | if (e % b != 0) {
| ^~
simplebridges.cpp:15:2: error: ‘else’ without a previous ‘if’
15 | else {
| ^~~~