Problem card
User YH
Submission Time 2024-02-06 18:45:22
Score 0
Max Time N/A
Max Memory N/A

Compile Error

card.cpp: In function ‘int main()’:
card.cpp:47:10: error: no match for ‘operator*’ (operand type is ‘Node’)
47 | end = *temp_start;
| ^~~~~~~~~~~
card.cpp:55:18: error: ‘third_node’ was not declared in this scope; did you mean ‘thrid_node’?
55 | start->tail = third_node;
| ^~~~~~~~~~
| thrid_node