C++程序  |  9行  |  74 B

#ifndef CYCLE2
#define CYCLE2

#include "cycle1.h"

struct C2 {};

#endif