- Owner
- Stoica Alexandru Stefan
- Problem
- Flip
- Source
- 1.70KB
- Result
- Compile error (Non-zero exit status: 1)
Compiler output
prog.cpp: In function 'int main()': prog.cpp:120:25: error: 'x' was not declared in this scope printf("%d %d %d\n", x, l1, r1); ^ prog.cpp:116:8: warning: unused variable 'l' [-Wunused-variable] int l = p, r = N; ^ prog.cpp:116:15: warning: unused variable 'r' [-Wunused-variable] int l = p, r = N; ^