摘要: #include <stdio.h> int main() { int x=1234; float f=123.456; double m=123.456; char ch='a'; char a[]="Hello, world!"; int y=3, z=4; printf("%d %d\n", 阅读全文
posted @ 2019-11-06 02:40 叉歪劈九叉 阅读(141) 评论(3) 推荐(0)