编辑代码

#include <stdio.h>
enum wek{
    sun,mon,tur,sar
};

int main () {
     
	printf("%d",sun);
	return 0;
}