Output the Last Serial Number

# Introduction In this challenge, you are asked to write a C program that simulates a group of 13 people standing in a circle. Starting from the first person, they count 1, 2, 3 in order, and the ones who reach 3 will leave the circle. The goal is to find the serial number of the last person remaining in the circle, and implement this using a linked list.

|60 : 00

Click the virtual machine below to start practicing