Problem | toxic |
---|---|
User | SheepHeads |
Submission Time | 2025-03-21 14:17:32 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
toxic.cpp: In function ‘void determine_type(int)’:
toxic.cpp:18:15: error: ‘query_sample’ was not declared in this scope
18 | int allres = query_sample(all);
| ^~~~~~~~~~~~
toxic.cpp:25:5: error: ‘answer_type’ was not declared in this scope
25 | answer_type(i, 'T');
| ^~~~~~~~~~~
toxic.cpp:27:5: error: ‘answer_type’ was not declared in this scope
27 | answer_type(i, 'R');
| ^~~~~~~~~~~
toxic.cpp:124:3: error: ‘answer_type’ was not declared in this scope
124 | answer_type(i, ans.at(i));
| ^~~~~~~~~~~