Problem toxic
User Anonymous
Submission Time 2023-09-28 18:05:44
Score 0
Max Time N/A
Max Memory N/A

Compile Error

toxic.cpp:2:5: error: invalid preprocessing directive #TODO
2 | # TODO: Implement this function.
| ^~~~
toxic.cpp:6:5: error: invalid preprocessing directive #TODO
6 | # TODO: Implement this function.
| ^~~~
toxic.cpp:10:5: error: invalid preprocessing directive #Create
10 | # Create a vector to store the type of each bacteria.
| ^~~~~~
toxic.cpp:13:5: error: invalid preprocessing directive #Initialize
13 | # Initialize all bacteria types to unknown.
| ^~~~~~~~~~
toxic.cpp:17:5: error: invalid preprocessing directive #Start
17 | # Start by querying the grader with a sample of all bacteria.
| ^~~~~
toxic.cpp:22:5: error: invalid preprocessing directive #If; did you mean #if?
22 | # If all bacteria survived, then there are no toxic bacteria.
| ^~
| if
toxic.cpp:27:7: error: invalid preprocessing directive #There
27 | # Th