Problem toxic
User felixaniverseesaw
Submission Time 2023-03-19 23:32:51
Score 0
Max Time N/A
Max Memory N/A

Compile Error

toxic.cpp:2:10: error: #include expects "FILENAME" or <FILENAME>
2 | #include 'toxic.h'
| ^~~~~~~~~
toxic.cpp: In function ‘void determine_type(int)’:
toxic.cpp:11:10: error: ‘query_sample’ was not declared in this scope
11 | rs = query_sample(ls);
| ^~~~~~~~~~~~
toxic.cpp:13:7: error: ‘answer_type’ was not declared in this scope
13 | answer_type(i, 'T');
| ^~~~~~~~~~~
toxic.cpp:23:10: error: ‘query_sample’ was not declared in this scope
23 | rs = query_sample({i, t});
| ^~~~~~~~~~~~
toxic.cpp:25:9: error: ‘answer_type’ was not declared in this scope
25 | answer_type(i, 'S');
| ^~~~~~~~~~~
toxic.cpp:27:9: error: ‘answer_type’ was not declared in this scope
27 | answer_type(i, 'R');
| ^~~~~~~~~~~