Problem robotbombs
User estkn
Submission Time 2026-05-07 22:22:56
Score 0
Max Time N/A
Max Memory N/A

Compile Error

robotbombs.cpp: In function ‘int main()’:
robotbombs.cpp:20:9: error: ‘u’ was not declared in this scope
20 | cout << u + max(l, r) + 1
| ^
robotbombs.cpp:20:17: error: ‘l’ was not declared in this scope
20 | cout << u + max(l, r) + 1
| ^
robotbombs.cpp:20:20: error: ‘r’ was not declared in this scope
20 | cout << u + max(l, r) + 1
| ^