摘要: #include #include int main() { char c, s[20]; int a=1234; float f=3.141592653589; double x=0.12345678912345678; strcpy(s, "Hello,World"); c='\x41'; ... 阅读全文
posted @ 2016-05-14 23:42 _in_the_way 阅读(1213) 评论(0) 推荐(0) 编辑