Problem thedarknight
User wrizz69
Submission Time 2024-12-29 13:23:30
Score 0
Max Time N/A
Max Memory N/A

Compile Error

thedarknight.cpp:4:17: error: ‘y’ has not been declared
4 | int solve(int x,y) {
| ^
thedarknight.cpp: In function ‘int solve(int, int)’:
thedarknight.cpp:5:11: error: ‘y’ was not declared in this scope
5 | while(y != 0) {
| ^