当前位置: 首页 > 工具软件 > is What > 使用案例 >

实验1-7 What is a computer? (5 分)

督德泽
2023-12-01

本题要求编写程序,输出一个短句“What is a computer?”。

输入格式:
本题目没有输入。

输出格式:
在一行中输出短句“What is a computer?”。

代码如下

#include<stdio.h>
int main()
{
    printf("What is a computer?");
}
 类似资料: