| Problem | simplebridges |
|---|---|
| User | andikawahyudi |
| Submission Time | 2026-01-07 21:11:59 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
simplebridges.cpp: In function ‘int main()’:
simplebridges.cpp:8:17: error: ‘E’ was not declared in this scope
8 | int distance = E-S;
| ^
simplebridges.cpp:8:19: error: ‘S’ was not declared in this scope
8 | int distance = E-S;
| ^
simplebridges.cpp:11:19: error: ‘K’ was not declared in this scope
11 | if(distance % K == 0){
| ^