Problem | simplebridges |
---|---|
User | bobthebill1 |
Submission Time | 2023-02-27 21:08:54 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
simplebridges.cpp: In function ‘int32_t main()’:
simplebridges.cpp:26:12: error: ‘N’ was not declared in this scope
26 | cin >> N >> K >> S >> E;
| ^
simplebridges.cpp:26:17: error: ‘K’ was not declared in this scope
26 | cin >> N >> K >> S >> E;
| ^
simplebridges.cpp:26:22: error: ‘S’ was not declared in this scope
26 | cin >> N >> K >> S >> E;
| ^
simplebridges.cpp:26:27: error: ‘E’ was not declared in this scope
26 | cin >> N >> K >> S >> E;
| ^