| Problem | flipcards |
|---|---|
| User | Tyx2019 |
| Submission Time | 2023-12-02 15:13:26 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
flipcards.cpp: In function ‘int main()’:
flipcards.cpp:34:6: error: ‘works’ was not declared in this scope
34 | if(works(M)) lb=M;
| ^~~~~
flipcards.cpp:37:5: error: ‘works’ was not declared in this scope
37 | if(works(ub)) cout << ub;
| ^~~~~