#include <stdio.h> void main() { int n; // printf("请输入这一圈人的数量:\n"); scanf("%d",&n); //code body start //code body end }