Problem | trashinteractive |
---|---|
User | YSH2020 |
Submission Time | 2025-01-27 17:31:41 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
trashinteractive.cpp: In function ‘void find_cheese(int, int)’:
trashinteractive.cpp:8:25: error: return-statement with a value, in function returning ‘void’ [-fpermissive]
8 | if (tmp1 == 0) return 0;
| ^
trashinteractive.cpp:17:8: error: ‘r’ was not declared in this scope
17 | else r = mid;
| ^