Problem simplebridges
User chickengoat
Submission Time 2026-02-25 16:32:26
Score 0
Max Time N/A
Max Memory N/A

Compile Error

simplebridges.cpp: In function ‘int main()’:
simplebridges.cpp:5:2: error: ‘ll’ was not declared in this scope; did you mean ‘l’?
5 | ll n,k,s,e;
| ^~
| l
simplebridges.cpp:6:9: error: ‘n’ was not declared in this scope
6 | cin >> n >> k >> s >> e;
| ^
simplebridges.cpp:6:14: error: ‘k’ was not declared in this scope
6 | cin >> n >> k >> s >> e;
| ^
simplebridges.cpp:6:19: error: ‘s’ was not declared in this scope
6 | cin >> n >> k >> s >> e;
| ^
simplebridges.cpp:6:24: error: ‘e’ was not declared in this scope
6 | cin >> n >> k >> s >> e;
| ^