编辑代码

#include <stdio.h>
void cheer() {
	printf("cheer\n");
}
int main()
	{
	cheer();
		return 0;
	}