Problem wrongreverse
User wjolk
Submission Time 2025-06-20 16:16:41
Score 0
Max Time N/A
Max Memory N/A

Compile Error

wrongreverse.cpp: In function ‘int main()’:
wrongreverse.cpp:17:22: error: lvalue required as left operand of assignment
17 | if (x = 0 && y = 0){
| ^
wrongreverse.cpp:20:29: error: ‘By’ was not declared in this scope; did you mean ‘B’?
20 | cout << y << " " << By;
| ^~
| B