Preview:
#include <iostream>
using namespace std;
int main()
{
	cout << "嗨客网(www.haicoder.net)\n" << endl;
	enum DAY
	{
	     START = 3, SHOT, FK, THU = 8, SA = 1, CS
	};
	enum DAY saDay = 10; //error
	cout << "saDay = " << saDay << endl;
	return 0;
}
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter