| Problem | simplebridges |
|---|---|
| User | estkn |
| Submission Time | 2026-01-16 22:36:58 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
simplebridges.cpp:1:1: error: ‘include’ does not name a type
1 | include <iostream>
| ^~~~~~~
simplebridges.cpp: In function ‘int main()’:
simplebridges.cpp:6:5: error: ‘cin’ was not declared in this scope
6 | cin >> N >> K >> S >> E;
| ^~~
simplebridges.cpp:12:9: error: ‘cout’ was not declared in this scope
12 | cout << "Yes"; // it is possible
| ^~~~
simplebridges.cpp:15:9: error: ‘cout’ was not declared in this scope
15 | cout << "No"; // else, it isn't
| ^~~~