Problem simplebridges
User StormyGood
Submission Time 2024-11-03 18:58:01
Score 0
Max Time N/A
Max Memory N/A

Compile Error

simplebridges.cpp: In function ‘int main()’:
simplebridges.cpp:6:7: error: ‘e’ was not declared in this scope
6 | if ((e-s)%k==0)
| ^
simplebridges.cpp:6:9: error: ‘s’ was not declared in this scope
6 | if ((e-s)%k==0)
| ^
simplebridges.cpp:6:12: error: ‘k’ was not declared in this scope
6 | if ((e-s)%k==0)
| ^