0
You were trying to use "node" as a type. You typedef'd your struct node to Node. https://code.sololearn.com/c7wGQekOxFCi Also in line 20 I suggest a space before %d in "%d". This will not work in the playground so you'll have to compile on your system as you did before.
10th Feb 2022, 12:47 AM
William Owens
William Owens - avatar