Online JudgeProblem SetAuthorsOnline ContestsUser
Web Board
Home Page
F.A.Qs
Statistical Charts
Problems
Submit Problem
Online Status
Prob.ID:
Register
Update your info
Authors ranklist
Current Contest
Past Contests
Scheduled Contests
Award Contest
User ID:
Password:
  Register

刚才在zoj做这个题狂tle,原封不动搬到这里来就gcc和vc都立马ac?!难以置信啊!

Posted by frkstyc at 2005-04-23 23:09:56 on Problem 2410
难道
typedef union
{
	unsigned char data;
	struct
	{
		unsigned char addr:5;
		unsigned char opcode:3;
	};
} BYTE;
的实现形式C的标准没规定死?虽然我知道char可以不是一个字节的,不过linux的gcc是定义char一字节的吧?

Followed by:

Post your reply here:
User ID:
Password:
Title:

Content:

Home Page   Go Back  To top


All Rights Reserved 2003-2013 Ying Fuchen,Xu Pengcheng,Xie Di
Any problem, Please Contact Administrator