c语言编程练习题:7-67 What is a computer?
作者:yunjinqi   类别:    日期:2023-05-30 15:11:34    阅读:129 次   消耗积分:0 分    

image.png

#include <stdio.h>
int main(){
    printf("What is a computer?");
    return 0;
}

这又是一个极其简单的输出题目,没什么特别的难度。

版权所有,转载本站文章请注明出处:云子量化, http://www.woniunote.com/article/192
上一篇:c语言编程练习题:7-66 时间换算
下一篇:c语言编程练习题:7-68 求N分之一序列前N项和