Problem ljubomora
User PerihelionfromAphelion
Submission Time 2026-06-18 12:15:17
Score 0
Max Time N/A
Max Memory N/A

Compile Error

ljubomora.cpp: In function ‘int main()’:
ljubomora.cpp:16:9: error: ‘high’ was not declared in this scope
16 | while (high >= low) {
| ^~~~
ljubomora.cpp:16:17: error: ‘low’ was not declared in this scope; did you mean ‘pow’?
16 | while (high >= low) {
| ^~~
| pow
ljubomora.cpp:28:10: error: ‘high’ was not declared in this scope
28 | cout << high;
| ^~~~