摘要: 实验结论 Part1: 格式化输出函数printf()和格式化输入函数scanf() ex2_1.cpp 代码如下: #include <stdio.h> int main() { int x=1234; float f=123.456; double m=123.456; char ch='a'; 阅读全文
posted @ 2019-11-04 20:18 饿了就吃药 阅读(289) 评论(6) 推荐(0)