摘要: 001、输出整型数据,直接输出 [root@PC1 test]# ls test.c [root@PC1 test]# cat test.c #include <stdio.h> int main(void) { printf("[%d]\n", 123); return 0; } [root@PC 阅读全文
posted @ 2024-07-29 19:02 小鲨鱼2018 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 001、 测试 [root@PC1 test]# ls test.c [root@PC1 test]# cat test.c #include <stdio.h> int main(void) { int i = 10; double j = 5.8; printf("i + j = %f\n", 阅读全文
posted @ 2024-07-29 09:01 小鲨鱼2018 阅读(3) 评论(0) 推荐(0) 编辑