Problem trashinteractive
User ti
Submission Time 2024-07-19 18:28:27
Score 0
Max Time N/A
Max Memory N/A

Compile Error

trashinteractive.cpp: In function ‘void find_cheese(int, int)’:
trashinteractive.cpp:6:28: error: ‘ask_politely’ was not declared in this scope
6 | for(int i=0;i<999000;i++) ask_politely(1);
| ^~~~~~~~~~~~
trashinteractive.cpp:7:26: error: ‘ask_politely’ was not declared in this scope
7 | for(int i=1;i<=1000;++i)ask_politely(i);
| ^~~~~~~~~~~~
trashinteractive.cpp:10:3: error: ‘ask_politely’ was not declared in this scope
10 | ask_politely(1);
| ^~~~~~~~~~~~