toxic.cpp: In function 'void determine_type(int)':
toxic.cpp:9:19: error: 'query_sample' was not declared in this scope
9 | int ret = query_sample({i});
| ^~~~~~~~~~~~
toxic.cpp:12:13: error: 'answer_type' was not declared in this scope
12 | answer_type(i, 'T');
| ^~~~~~~~~~~
toxic.cpp:14:16: error: 'class std::vector<int>' has no member named 'pb'
14 | else T.pb(i);
| ^~
toxic.cpp:17:19: error: 'query_sample' was not declared in this scope
17 | int ret = query_sample({toad, tid});
| ^~~~~~~~~~~~
toxic.cpp:19:13: error: 'answer_type' was not declared in this scope
19 | answer_type(toad, 'N');
| ^~~~~~~~~~~
toxic.cpp:21:14: error: 'answer_type' was not declared in this scope
21 | else answer_type({toad, 'S'});
| ^~~~~~~~~~~