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

Compile Error

card.cpp: In function ‘int main()’:
card.cpp:55:18: error: cannot convert ‘Node’ to ‘Node*’ in assignment
55 | start->tail = third_node;
| ^~~~~~~~~~
| |
| Node
card.cpp:56:14: error: base operand of ‘->’ has non-pointer type ‘Node’
56 | third_node->head = start;
| ^~