| Problem | topical |
|---|---|
| User | haydendoo |
| Submission Time | 2023-12-08 12:20:01 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
topical.cpp: In function ‘int binarySearch()’:
topical.cpp:99:38: error: too many arguments to function ‘bool isPossible(int)’
99 | if (isPossible(mid, knowledge)) {
| ^
topical.cpp:11:6: note: declared here
11 | bool isPossible(int mid) {
| ^~~~~~~~~~